Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mohamedrady
/
clockwork-temptation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mohamedrady
commited on
Jul 16, 2024
Commit
d478cd1
·
verified
·
1 Parent(s):
4c3fcf0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -100,4 +100,4 @@ interface = gr.Interface(
100
)
101
102
if __name__ == "__main__":
103
-
interface.launch()
100
)
101
102
if __name__ == "__main__":
103
+
interface.launch(
share=True
)