nagasurendra commited on
Commit
89b0e0e
·
verified ·
1 Parent(s): f5710ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- ```python
2
  import os
3
  os.environ['YOLO_CONFIG_DIR'] = '/tmp/Ultralytics' # Set Ultralytics config path
4
  import gradio as gr
@@ -102,4 +102,3 @@ with gr.Blocks() as app:
102
 
103
  if __name__ == "__main__":
104
  app.launch()
105
- ```
 
1
+
2
  import os
3
  os.environ['YOLO_CONFIG_DIR'] = '/tmp/Ultralytics' # Set Ultralytics config path
4
  import gradio as gr
 
102
 
103
  if __name__ == "__main__":
104
  app.launch()