Muhammad Taqi Raza
commited on
Commit
·
d9d5c7a
1
Parent(s):
13c1d37
gradio
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -253,6 +253,6 @@ with demo:
|
|
253 |
outputs=[step2_video, step2_logs]
|
254 |
)
|
255 |
if __name__ == "__main__":
|
256 |
-
|
257 |
demo.queue(max_size=15)
|
258 |
demo.launch()
|
|
|
253 |
outputs=[step2_video, step2_logs]
|
254 |
)
|
255 |
if __name__ == "__main__":
|
256 |
+
download_models()
|
257 |
demo.queue(max_size=15)
|
258 |
demo.launch()
|