Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
engreric
/
t5-vittas-training
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
engreric
commited on
17 days ago
Commit
7a27d9a
·
verified
·
1 Parent(s):
e3e8c31
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ demo = gr.ChatInterface(
60
61
62
if __name__ == "__main__":
63
-
demo.launch(show_error=True)
60
61
62
if __name__ == "__main__":
63
+
demo.launch(show_error=True
, share=True
)