nagasurendra commited on
Commit
b783290
·
verified ·
1 Parent(s): 289a4db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,4 +1,3 @@
1
- ```python
2
  import os
3
  import gradio as gr
4
  import cv2
@@ -106,5 +105,4 @@ with gr.Blocks() as app:
106
  )
107
 
108
  if __name__ == "__main__":
109
- app.launch()
110
- ```
 
 
1
  import os
2
  import gradio as gr
3
  import cv2
 
105
  )
106
 
107
  if __name__ == "__main__":
108
+ app.launch()