Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,4 +107,4 @@ if __name__ == "__main__":
|
|
| 107 |
scales=list(np.random.rand(NUM_SCALES)),
|
| 108 |
metadata={"title": f"Item {i}"}
|
| 109 |
))
|
| 110 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
|
| 107 |
scales=list(np.random.rand(NUM_SCALES)),
|
| 108 |
metadata={"title": f"Item {i}"}
|
| 109 |
))
|
| 110 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|