Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gaur3009
/
QA_Bot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gaur3009
commited on
May 17
Commit
64f9dc0
·
verified
·
1 Parent(s):
67d953e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -133,4 +133,4 @@ with gr.Blocks(theme="compact") as demo:
133
"""
134
)
135
136
-
demo.launch()
133
"""
134
)
135
136
+
demo.launch(
share = True
)