Muhammad Taqi Raza
commited on
Commit
·
80552a7
1
Parent(s):
9f42c00
gpus
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -267,4 +267,4 @@ if __name__ == "__main__":
|
|
267 |
warmup() # will quietly trigger ZeroGPU once
|
268 |
except Exception as e:
|
269 |
print(f"Warmup failed: {e}")
|
270 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
267 |
warmup() # will quietly trigger ZeroGPU once
|
268 |
except Exception as e:
|
269 |
print(f"Warmup failed: {e}")
|
270 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)
|