gabrielchua commited on
Commit
3d3227e
1 Parent(s): 02376ba

enable API

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,4 +143,4 @@ demo = gr.Interface(
143
  )
144
 
145
  if __name__ == "__main__":
146
- demo.launch(show_api=False)
 
143
  )
144
 
145
  if __name__ == "__main__":
146
+ demo.launch()