Tanut commited on
Commit
a90b002
·
1 Parent(s): 7d3c9bc

Test ZeroGPU

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -109,9 +109,4 @@ with gr.Blocks() as demo:
109
 
110
  if __name__ == "__main__":
111
  # On Spaces, expose a shareable URL & bind to 0.0.0.0
112
- demo.queue(max_size=8).launch(
113
- server_name="0.0.0.0",
114
- server_port=7860,
115
- share=True,
116
- show_api=True,
117
- )
 
109
 
110
  if __name__ == "__main__":
111
  # On Spaces, expose a shareable URL & bind to 0.0.0.0
112
+ demo.queue(max_size=12).launch(share=False, show_error=True, mcp_server=True)