Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manoj555
/
nvidia
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
manoj555
commited on
9 days ago
Commit
c2fbb38
·
verified
·
1 Parent(s):
1b3da0a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ demo = gr.ChatInterface(
55
)
56
57
if __name__ == "__main__":
58
-
demo.queue().launch()
55
)
56
57
if __name__ == "__main__":
58
+
demo.queue().launch(
share=True
)