Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ def app():
|
|
283 |
)
|
284 |
|
285 |
|
286 |
-
gradio_app = gr.Blocks(title= "YOLOv9-FishEye")
|
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")
|