mckell commited on
Commit
928e28a
·
verified ·
1 Parent(s): 4f53116

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -172,6 +172,7 @@ def main():
172
  server_name="0.0.0.0",
173
  server_port=7860,
174
  share=False, # Spaces handles public URL
 
175
  )
176
 
177
 
 
172
  server_name="0.0.0.0",
173
  server_port=7860,
174
  share=False, # Spaces handles public URL
175
+ show_api=False, # Disable API docs to avoid schema generation bug
176
  )
177
 
178