Spaces:
Sleeping
Sleeping
Borzyszkowski commited on
Commit ·
15984d7
1
Parent(s): 7c1dc68
fixed port
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ def start_app():
|
|
| 96 |
outputs=output
|
| 97 |
)
|
| 98 |
|
| 99 |
-
app.launch(server_name="0.0.0.0", server_port=
|
| 100 |
|
| 101 |
|
| 102 |
if __name__ == '__main__':
|
|
|
|
| 96 |
outputs=output
|
| 97 |
)
|
| 98 |
|
| 99 |
+
app.launch(server_name="0.0.0.0", server_port=7860)
|
| 100 |
|
| 101 |
|
| 102 |
if __name__ == '__main__':
|