NotASI commited on
Commit
f84b978
·
1 Parent(s): c8dcb19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,4 +219,4 @@ with gr.Blocks(theme = gr.themes.Soft()) as demo:
219
  """
220
  )
221
 
222
- demo.queu().launch(debug = True, show_error = True)
 
219
  """
220
  )
221
 
222
+ demo.queue().launch(debug = True, show_error = True)