FrancescoLR commited on
Commit
9e4fba0
·
verified ·
1 Parent(s): df72c18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -172,6 +172,7 @@ else:
172
  # Download Model Weights
173
  download_model()
174
 
 
175
  # Run Gradio App
176
  if __name__ == "__main__":
177
  demo.launch(share=True)
 
172
  # Download Model Weights
173
  download_model()
174
 
175
+
176
  # Run Gradio App
177
  if __name__ == "__main__":
178
  demo.launch(share=True)