Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,5 +26,5 @@ with gr.Blocks() as demo:
|
|
26 |
|
27 |
##################################### Launch #######################################
|
28 |
|
29 |
-
if
|
30 |
demo.launch()
|
|
|
26 |
|
27 |
##################################### Launch #######################################
|
28 |
|
29 |
+
if __name__ == "__main__":
|
30 |
demo.launch()
|