Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanzanalora
/
banglabert-question-answering
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sanzana Lora
commited on
Feb 16, 2024
Commit
fe9de84
·
verified
·
1 Parent(s):
1980daf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,4 +44,4 @@ iface = gr.Interface(
44
)
45
46
# Launch the Gradio interface
47
-
iface.launch()
44
)
45
46
# Launch the Gradio interface
47
+
iface.launch(
inline=False
)