Muhammad Taqi Raza
commited on
Commit
·
ef0da79
1
Parent(s):
5faca75
gpus
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -261,8 +261,8 @@ with demo:
|
|
261 |
],
|
262 |
outputs=[step2_video, step2_logs]
|
263 |
)
|
264 |
-
|
265 |
if __name__ == "__main__":
|
266 |
print("Current working directory:", os.getcwd())
|
267 |
download_models()
|
|
|
268 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
261 |
],
|
262 |
outputs=[step2_video, step2_logs]
|
263 |
)
|
|
|
264 |
if __name__ == "__main__":
|
265 |
print("Current working directory:", os.getcwd())
|
266 |
download_models()
|
267 |
+
dummy_gpu() # <--- Add this line
|
268 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|