Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
someshb07
/
DocQnA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
someshb07
commited on
Feb 12
Commit
83e6f21
·
verified
·
1 Parent(s):
c367360
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -29,4 +29,4 @@ demo = gr.Interface(fn=get_answer,
29
30
31
)
32
-
demo.launch()
29
30
31
)
32
+
demo.launch(
share=True
)