Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nithin89
/
AI_Research_Buddy
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nithin89
commited on
16 days ago
Commit
e43b598
·
verified
·
1 Parent(s):
065d110
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -146,4 +146,4 @@ demo = gr.Interface(
146
)
147
148
if __name__ == "__main__":
149
-
demo.launch()
146
)
147
148
if __name__ == "__main__":
149
+
demo.launch(
share = True
)