Spaces:
Runtime error
Runtime error
test
Browse files
main.py
CHANGED
|
@@ -25,7 +25,7 @@ def run():
|
|
| 25 |
outputs=gr.outputs.Label(num_top_classes=3),
|
| 26 |
)
|
| 27 |
|
| 28 |
-
demo.launch(server_name="0.0.0.0", server_port=
|
| 29 |
|
| 30 |
|
| 31 |
if __name__ == "__main__":
|
|
|
|
| 25 |
outputs=gr.outputs.Label(num_top_classes=3),
|
| 26 |
)
|
| 27 |
|
| 28 |
+
demo.launch(server_name="0.0.0.0", server_port=7861)
|
| 29 |
|
| 30 |
|
| 31 |
if __name__ == "__main__":
|