Muhammad Taqi Raza commited on
Commit
8259130
·
1 Parent(s): 785dad1
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -254,6 +254,6 @@ with demo:
254
  outputs=[step2_video, step2_logs]
255
  )
256
  if __name__ == "__main__":
257
- download_models()
258
  demo.queue(max_size=15)
259
  demo.launch()
 
254
  outputs=[step2_video, step2_logs]
255
  )
256
  if __name__ == "__main__":
257
+ # download_models()
258
  demo.queue(max_size=15)
259
  demo.launch()