Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,8 @@ iface = gr.Interface(
|
|
| 47 |
title="MobileNetV2 Classifier",
|
| 48 |
description="Upload an image to classify it using a custom MobileNetV2 model.",
|
| 49 |
allow_flagging="never"
|
| 50 |
-
)
|
| 51 |
|
| 52 |
if __name__ == "__main__":
|
| 53 |
-
iface.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
|
|
| 47 |
title="MobileNetV2 Classifier",
|
| 48 |
description="Upload an image to classify it using a custom MobileNetV2 model.",
|
| 49 |
allow_flagging="never"
|
| 50 |
+
)
|
| 51 |
|
| 52 |
if __name__ == "__main__":
|
| 53 |
+
iface.launch(server_name="0.0.0.0", server_port=7860)
|
| 54 |
+
# Or use: iface.launch(share=True) if needed
|