Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pradyML
/
research-assistant
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pradyML
commited on
2 days ago
Commit
40e8117
·
1 Parent(s):
cdf0a97
app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -86,5 +86,6 @@ iface = gr.Interface(
86
theme="huggingface"
87
)
88
89
-
iface.launch()
90
86
theme="huggingface"
87
)
88
89
+
iface.launch(
share=True, debug=True
)
90
+
91