heymenn commited on
Commit
fd04976
·
verified ·
1 Parent(s): 3d0bcee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -422,4 +422,6 @@ with gr.Blocks(
422
  output_selected_ids,
423
  output_final_technologies
424
  ]
425
- )
 
 
 
422
  output_selected_ids,
423
  output_final_technologies
424
  ]
425
+ )
426
+
427
+ gr.mount_gradio_app(app, gradio_app_blocks, path="/gradio")