Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shukdevdatta123
/
Systematic-Research-Paper-Review
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shukdevdatta123
commited on
15 days ago
Commit
96ff209
·
verified
·
1 Parent(s):
24a9f83
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -169,4 +169,4 @@ with gr.Blocks(title="Systematic Review Generator") as app:
169
""")
170
171
if __name__ == "__main__":
172
-
app.launch()
169
""")
170
171
if __name__ == "__main__":
172
+
app.launch(
share=True
)