Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AjulorC
/
question_answering_bot_deployed_with_Gradio
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AjulorC
commited on
Mar 18, 2022
Commit
6533bfc
Β·
1 Parent(s):
eb0084c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ app = gr.Interface(fn=func, inputs = ['textbox', 'text'], outputs = 'textbox',
21
[example_2, qst_2]]
22
)
23
24
-
app.launch(
share=True,
inline=False)
21
[example_2, qst_2]]
22
)
23
24
+
app.launch(inline=False)