jadechoghari commited on
Commit
9e132ee
1 Parent(s): a671c7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -15,9 +15,9 @@ def create_display():
15
  with gr.Blocks() as app:
16
  gr.HTML(create_display)
17
 
18
- try:
19
- ignore = gr.Interface.load("models/microsoft/OmniParser")
20
- except Exception as e:
21
- print(f"Warning: Failed to load model due to {e}. Continuing without model.")
22
 
23
  app.launch()
 
15
  with gr.Blocks() as app:
16
  gr.HTML(create_display)
17
 
18
+ # try:
19
+ # ignore = gr.Interface.load("models/microsoft/OmniParser")
20
+ # except Exception as e:
21
+ # print(f"Warning: Failed to load model due to {e}. Continuing without model.")
22
 
23
  app.launch()