Removed server port from launch function
Browse files
app.py
CHANGED
@@ -133,4 +133,4 @@ with gr.Blocks(css=css, title="Anatomy Aware axSpA") as iface:
|
|
133 |
|
134 |
if __name__ == "__main__":
|
135 |
iface.queue()
|
136 |
-
iface.launch(
|
|
|
133 |
|
134 |
if __name__ == "__main__":
|
135 |
iface.queue()
|
136 |
+
iface.launch()
|