Spaces:
Running
on
A10G
Running
on
A10G
update.
Browse files
web-demos/hugging_face/app.py
CHANGED
@@ -676,5 +676,5 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=css) as iface:
|
|
676 |
)
|
677 |
gr.Markdown(article)
|
678 |
|
679 |
-
iface.queue(
|
680 |
iface.launch(debug=True)
|
|
|
676 |
)
|
677 |
gr.Markdown(article)
|
678 |
|
679 |
+
iface.queue()
|
680 |
iface.launch(debug=True)
|