Spaces:
Runtime error
Runtime error
Sandy2636
commited on
Commit
·
d0f17c2
1
Parent(s):
6d8f6ef
Add application file
Browse files
app.py
CHANGED
@@ -456,4 +456,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
456 |
|
457 |
|
458 |
if __name__ == "__main__":
|
459 |
-
demo.
|
|
|
456 |
|
457 |
|
458 |
if __name__ == "__main__":
|
459 |
+
demo.launch() # Use queue for longer processes, share=True for Spaces
|