Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,6 +84,4 @@ with gr.Blocks() as demo:
|
|
84 |
gr.Markdown("Console output (printed by the function) will also show detailed logs.")
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
-
demo.launch()
|
88 |
-
|
89 |
-
demo.launch(debug=True) # debug=True can be helpful
|
|
|
84 |
gr.Markdown("Console output (printed by the function) will also show detailed logs.")
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
+
demo.launch()
|
|
|
|