heymenn commited on
Commit
aad8f67
·
verified ·
1 Parent(s): 2e44e3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -137,4 +137,6 @@ with gr.Blocks() as gradio_app_blocks:
137
  output_selected_ids,
138
  output_final_technologies
139
  ]
140
- )
 
 
 
137
  output_selected_ids,
138
  output_final_technologies
139
  ]
140
+ )
141
+
142
+ gr.mount_gradio_app(app, gradio_app_blocks, path="/gradio")