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
5 days ago
Commit
512ac41
·
1 Parent(s):
1555000
Added a Gradio .launch() parameter
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,6 @@ demo = gr.Interface(
60
flagging_mode = "never"
61
)
62
63
-
demo.launch()
60
flagging_mode = "never"
61
)
62
63
+
64
+
if __name__ == "__main__":
65
+
demo.launch(share = True)