Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,4 +145,4 @@ with gr.Blocks(css=".gradio-container{max-width:100%!important;}") as demo:
|
|
| 145 |
|
| 146 |
# -----------------------------------------------------------------------------
|
| 147 |
if __name__ == "__main__":
|
| 148 |
-
demo.launch()
|
|
|
|
| 145 |
|
| 146 |
# -----------------------------------------------------------------------------
|
| 147 |
if __name__ == "__main__":
|
| 148 |
+
demo.launch(debug=True)
|