Gemini899 commited on
Commit
f456084
·
verified ·
1 Parent(s): f53e43a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,6 +157,6 @@ with gr.Blocks(css=css, elem_id="demo-container") as demo:
157
  )
158
 
159
  if __name__ == "__main__":
160
- demo.launch()
161
 
162
 
 
157
  )
158
 
159
  if __name__ == "__main__":
160
+ demo.launch(enable_api=True)
161
 
162