Spaces:
Sleeping
Sleeping
Removed specific API setup
Browse files
app.py
CHANGED
|
@@ -35,7 +35,6 @@ with gr.Blocks() as iface:
|
|
| 35 |
outputs=output
|
| 36 |
)
|
| 37 |
|
| 38 |
-
iface.add_api_route("/update_values", update_values, methods=["POST"])
|
| 39 |
iface.launch(
|
| 40 |
server_name="0.0.0.0", # Allow external connections
|
| 41 |
share=True, # Create public URL
|
|
|
|
| 35 |
outputs=output
|
| 36 |
)
|
| 37 |
|
|
|
|
| 38 |
iface.launch(
|
| 39 |
server_name="0.0.0.0", # Allow external connections
|
| 40 |
share=True, # Create public URL
|