Nanboy commited on
Commit
12e0306
·
verified ·
1 Parent(s): 164726a

fix: gradio 4.44.1 + show_api=False to bypass Audio/Markdown schema bug (tested locally)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -396,4 +396,4 @@ against audio protection methods.
396
 
397
 
398
  if __name__ == "__main__":
399
- build_demo().launch(server_name="0.0.0.0", server_port=7860)
 
396
 
397
 
398
  if __name__ == "__main__":
399
+ build_demo().launch(server_name="0.0.0.0", server_port=7860, show_api=False)