Raghu commited on
Commit
59ca2d9
·
1 Parent(s): 168a22c

Disable show_api to avoid HF json_schema parsing crash

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -713,5 +713,6 @@ if __name__ == "__main__":
713
  server_name="0.0.0.0",
714
  server_port=7860,
715
  show_error=True,
 
716
  )
717
 
 
713
  server_name="0.0.0.0",
714
  server_port=7860,
715
  show_error=True,
716
+ show_api=False, # avoid json_schema parsing issues in Spaces
717
  )
718