tuansunday05 commited on
Commit
a5da580
·
verified ·
1 Parent(s): 3fe6040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -283,7 +283,7 @@ def app():
283
  )
284
 
285
 
286
- gradio_app = gr.Blocks(title= "YOLOv9-FishEye") #, favicon_path= "fisheye_icon.png"
287
  with gradio_app:
288
  gr.HTML(
289
  """
@@ -303,4 +303,4 @@ with gradio_app:
303
  with gr.Column():
304
  app()
305
 
306
- gradio_app.launch(debug=True)
 
283
  )
284
 
285
 
286
+ gradio_app = gr.Blocks(title= "YOLOv9-FishEye")
287
  with gradio_app:
288
  gr.HTML(
289
  """
 
303
  with gr.Column():
304
  app()
305
 
306
+ gradio_app.launch(debug=True, favicon_path= "fisheye_icon.png")