Spaces:
Runtime error
Runtime error
add if nam main
Browse files
app.py
CHANGED
@@ -423,5 +423,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
423 |
outputs=save_output,
|
424 |
)
|
425 |
|
426 |
-
|
427 |
-
app
|
|
|
|
423 |
outputs=save_output,
|
424 |
)
|
425 |
|
426 |
+
if __name__ == "__main__":
|
427 |
+
# Launch the app
|
428 |
+
app.launch(auth=auth, share=True)
|