Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dkmanika
/
nika_prop
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dkmanika
commited on
Mar 9
Commit
92ac326
·
verified
·
1 Parent(s):
08cbb10
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -262,4 +262,4 @@ demo = gr.ChatInterface(
262
)
263
264
if __name__ == "__main__":
265
-
demo.launch()
262
)
263
264
if __name__ == "__main__":
265
+
demo.launch(
share=True
)