Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -246,5 +246,5 @@ with gr.Blocks(theme=custom_theme) as demo:
|
|
| 246 |
print("hellow")
|
| 247 |
|
| 248 |
# Launch the interface
|
| 249 |
-
if
|
| 250 |
demo.launch(share=True)
|
|
|
|
| 246 |
print("hellow")
|
| 247 |
|
| 248 |
# Launch the interface
|
| 249 |
+
if __name__ == "__main__":
|
| 250 |
demo.launch(share=True)
|