Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anirudhs
/
web-researcher
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
anirudhs
commited on
Jan 2
Commit
2f75873
·
verified
·
1 Parent(s):
9185ee1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,7 +72,7 @@ def main():
72
show_progress="bar"
73
)
74
75
-
demo.queue().launch()
76
77
78
if __name__ == "__main__":
72
show_progress="bar"
73
)
74
75
+
demo.queue().launch(
share = True
)
76
77
78
if __name__ == "__main__":