Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,6 @@ demo = gr.Interface(fn=vqa_main,
|
|
73 |
examples=examples,
|
74 |
title=title,
|
75 |
description=description,
|
76 |
-
article=article
|
77 |
-
|
78 |
demo.launch(debug=True, show_error = True)
|
|
|
73 |
examples=examples,
|
74 |
title=title,
|
75 |
description=description,
|
76 |
+
article=article,
|
77 |
+
enable_queue = True)
|
78 |
demo.launch(debug=True, show_error = True)
|