Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,5 +139,5 @@ iface = gr.Interface(
|
|
139 |
)
|
140 |
|
141 |
if __name__ == "__main__":
|
142 |
-
port = int(os.environ.get("PORT",
|
143 |
iface.launch(server_port=port)
|
|
|
139 |
)
|
140 |
|
141 |
if __name__ == "__main__":
|
142 |
+
port = int(os.environ.get("PORT", 7860))
|
143 |
iface.launch(server_port=port)
|