Update app.py
Browse files
app.py
CHANGED
@@ -238,4 +238,4 @@ if __name__ == '__main__':
|
|
238 |
print(f"WARNING: Parts list '{PARTS_LIST_FILE}' not found. Part names for predictions will be unavailable.")
|
239 |
if not (part_seg_model and damage_seg_model and feature_extractor):
|
240 |
print("WARNING: One or more Hugging Face models could not be loaded. The application functionality will be limited.")
|
241 |
-
iface.launch()
|
|
|
238 |
print(f"WARNING: Parts list '{PARTS_LIST_FILE}' not found. Part names for predictions will be unavailable.")
|
239 |
if not (part_seg_model and damage_seg_model and feature_extractor):
|
240 |
print("WARNING: One or more Hugging Face models could not be loaded. The application functionality will be limited.")
|
241 |
+
iface.launch(share=True)
|