Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
doannv
/
rewrite
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
doannv
commited on
Apr 21
Commit
b8caddb
·
verified
·
1 Parent(s):
b1cf125
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -316,4 +316,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="ReWrite") as demo:
316
)
317
318
if __name__ == "__main__":
319
-
demo.launch(
debug=True, share=True
)
316
)
317
318
if __name__ == "__main__":
319
+
demo.launch()