codic commited on
Commit
97de021
·
verified ·
1 Parent(s): 4563de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -239,8 +239,7 @@ if __name__ == '__main__':
239
  gr.Textbox(label="Error Log")],
240
  title=title,
241
  description=description,
242
- css=".gr-interface {max-width: 800px !important;}",
243
- allow_api=True # This line enables the API endpoint
244
  )
245
 
246
  demo.launch()
 
239
  gr.Textbox(label="Error Log")],
240
  title=title,
241
  description=description,
242
+ css=".gr-interface {max-width: 800px !important;}"
 
243
  )
244
 
245
  demo.launch()