Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -339,4 +339,4 @@ iface = gr.Interface(
|
|
339 |
|
340 |
if __name__ == "__main__":
|
341 |
port = int(os.environ.get("PORT", 7860))
|
342 |
-
iface.launch(server_port=port
|
|
|
339 |
|
340 |
if __name__ == "__main__":
|
341 |
port = int(os.environ.get("PORT", 7860))
|
342 |
+
iface.launch(server_port=port)
|