Mohaddz commited on
Commit
1250ed8
Β·
verified Β·
1 Parent(s): 098bbfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)