Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
artificialguybr
commited on
Commit
•
81c2d2d
1
Parent(s):
538d554
Update app.py
Browse files
app.py
CHANGED
@@ -59,4 +59,4 @@ with gr.Blocks() as app:
|
|
59 |
print("After Gradio Interface")
|
60 |
|
61 |
# Launch the Gradio interface with a queue
|
62 |
-
app.launch(
|
|
|
59 |
print("After Gradio Interface")
|
60 |
|
61 |
# Launch the Gradio interface with a queue
|
62 |
+
app.launch(debug=True)
|