Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
powolnik
/
t2v
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
powolnik
commited on
13 days ago
Commit
c4f0a19
·
1 Parent(s):
b526fcf
t
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,4 @@ interface = gr.Interface(
17
)
18
19
if __name__ == "__main__":
20
-
interface.launch()
17
)
18
19
if __name__ == "__main__":
20
+
interface.launch(
share=True
)