Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,5 +114,5 @@ with gradio_app:
|
|
| 114 |
with gr.Row():
|
| 115 |
with gr.Column():
|
| 116 |
app()
|
| 117 |
-
if __name__ == ''
|
| 118 |
-
gradio_app.launch(
|
|
|
|
| 114 |
with gr.Row():
|
| 115 |
with gr.Column():
|
| 116 |
app()
|
| 117 |
+
if __name__ == '__main__':
|
| 118 |
+
gradio_app.launch()
|