Sarvamangalak commited on
Commit
a90a97c
·
verified ·
1 Parent(s): f99eb1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -150,7 +150,7 @@ h1#title {
150
  text-align: center;
151
  }
152
  '''
153
- demo = gr.Blocks(css=css)
154
 
155
  with demo:
156
  gr.Markdown(title)
@@ -200,4 +200,4 @@ with demo:
200
  gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-license-plate-detection-with-yolos)")
201
 
202
 
203
- demo.launch(debug=True,enable_queue=True)
 
150
  text-align: center;
151
  }
152
  '''
153
+ demo = gr.Blocks()
154
 
155
  with demo:
156
  gr.Markdown(title)
 
200
  gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-license-plate-detection-with-yolos)")
201
 
202
 
203
+ demo.launch(debug=True, enable_queue=True, css=css)