Cartof commited on
Commit
1ce7dad
1 Parent(s): 759efc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,4 +122,4 @@ with gr.blocks() as demo:
122
  css=css_file,
123
  )
124
 
125
- gradio_ui.launch()
 
122
  css=css_file,
123
  )
124
 
125
+ demo.launch()