kmaes commited on
Commit
39f786a
·
verified ·
1 Parent(s): 3191261

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -271,7 +271,5 @@ with gr.Blocks(title="VR Music Generator") as demo:
271
  ```
272
  """)
273
 
274
- # For HuggingFace Spaces - launch() is called automatically
275
- # For local testing, uncomment below:
276
- # if __name__ == "__main__":
277
- # demo.launch()
 
271
  ```
272
  """)
273
 
274
+ # Launch the app
275
+ demo.launch()