Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -141,4 +141,4 @@ with gr.Blocks() as demo:
|
|
141 |
|
142 |
# --- Launch the App ---
|
143 |
# No need for argparse in app.py for Hugging Face Spaces
|
144 |
-
|
|
|
141 |
|
142 |
# --- Launch the App ---
|
143 |
# No need for argparse in app.py for Hugging Face Spaces
|
144 |
+
demo.launch() # Don't use demo.launch() inside HuggingFace Spaces.
|