Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sharmax-vikas
/
IMDB_Sentiment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sharmax-vikas
commited on
19 days ago
Commit
a9b9c12
·
verified
·
1 Parent(s):
c2381d0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ demo = gr.ChatInterface(
25
)
26
27
if __name__ == "__main__":
28
-
demo.launch()
25
)
26
27
if __name__ == "__main__":
28
+
demo.launch(
share=True
)