Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,5 +233,5 @@ with gr.Blocks() as iface: # Removed theme argument
|
|
| 233 |
# -------------------------------------------------------------
|
| 234 |
# LAUNCH APP
|
| 235 |
# -------------------------------------------------------------
|
| 236 |
-
if
|
| 237 |
-
|
|
|
|
| 233 |
# -------------------------------------------------------------
|
| 234 |
# LAUNCH APP
|
| 235 |
# -------------------------------------------------------------
|
| 236 |
+
if __name__ == "__main__":
|
| 237 |
+
iface.launch()
|