Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crossroderick
/
dalat5
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
crossroderick
commited on
4 days ago
Commit
f4f3e14
·
1 Parent(s):
512ac41
Reverted a change to Gradio's .launch()
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ demo = gr.Interface(
62
63
64
if __name__ == "__main__":
65
-
demo.launch(
share = True
)
62
63
64
if __name__ == "__main__":
65
+
demo.launch()