turn show_api to false

#22
by akhaliq HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,4 +246,4 @@ io = gr.Interface(
246
  examples=[['example01.jpg'], ['example02.jpg']]
247
  )
248
  io.queue(max_size=32)
249
- io.launch()
 
246
  examples=[['example01.jpg'], ['example02.jpg']]
247
  )
248
  io.queue(max_size=32)
249
+ io.launch(show_api=False)