Muhammad Taqi Raza commited on
Commit
d2c2859
·
1 Parent(s): 9dee6f7

add weights

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -230,5 +230,5 @@ with demo:
230
  )
231
 
232
  if __name__ == "__main__":
233
- # download_models()
234
  demo.launch(server_name="0.0.0.0", server_port=7860)
 
230
  )
231
 
232
  if __name__ == "__main__":
233
+ download_models()
234
  demo.launch(server_name="0.0.0.0", server_port=7860)