Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,5 @@ demo = gr.Interface(
|
|
| 53 |
|
| 54 |
# Launch the interface and MCP server
|
| 55 |
if __name__ == "__main__":
|
| 56 |
-
demo.launch(mcp_server=True)
|
| 57 |
-
|
| 58 |
-
if __name__ == "__main__":
|
| 59 |
uvicorn.run(app, host="0.0.0.0", port=7860) # HF uses 7860
|
|
|
|
| 53 |
|
| 54 |
# Launch the interface and MCP server
|
| 55 |
if __name__ == "__main__":
|
| 56 |
+
demo.launch(mcp_server=True)
|
|
|
|
|
|
|
| 57 |
uvicorn.run(app, host="0.0.0.0", port=7860) # HF uses 7860
|