Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ManishThota
/
InstructVQA
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ManishThota
commited on
Feb 8, 2024
Commit
9a85bdd
·
verified
·
1 Parent(s):
515ab2f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,6 @@ iface = gr.Interface(
38
)
39
40
# Launch the app
41
-
iface.launch()
38
)
39
40
# Launch the app
41
+
iface.
queue().
launch(
debug=True
)
42
+
43
+
# demo.queue().launch(debug=True)