Commit
·
15972c5
1
Parent(s):
37aead9
app.py
CHANGED
|
@@ -85,4 +85,4 @@ with gr.Blocks(title="OpenAI over RabbitMQ (local vLLM)", theme=gr.themes.Soft()
|
|
| 85 |
gpu_btn.click(gpu_entrypoint, inputs=None, outputs=gpu_out)
|
| 86 |
|
| 87 |
if __name__ == "__main__":
|
| 88 |
-
demo.launch(server_name="0.0.0.0", server_port=7860, show_error=True, debug=True)
|
|
|
|
| 85 |
gpu_btn.click(gpu_entrypoint, inputs=None, outputs=gpu_out)
|
| 86 |
|
| 87 |
if __name__ == "__main__":
|
| 88 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, show_error=True, debug=True, mcp_server=True)
|