aidevhund commited on
Commit
003d29e
·
verified ·
1 Parent(s): 8a6521b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -286,7 +286,4 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
286
  outputs=[download_glb],
287
  )
288
 
289
-
290
- # Launch the Gradio app
291
- if __name__ == "__main__":
292
- demo.launch(share=False)
 
286
  outputs=[download_glb],
287
  )
288
 
289
+ demo.launch()