1inkusFace commited on
Commit
0bedac9
·
verified ·
1 Parent(s): eca6bdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # demo.launch() # Don't use demo.launch() inside HuggingFace Spaces.
 
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.