ftshijt commited on
Commit
02afb34
·
1 Parent(s): 54eba8d

remove app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -400,13 +400,6 @@ def create_gradio_demo():
400
  metric_params = gr.Code(
401
  label="Custom Parameters (Optional, YAML format)",
402
  language="yaml",
403
- placeholder="""# Example of custom parameters
404
- # Replace with your own as needed
405
- pysepm:
406
- wss_wgt_vec: [1, 2, 3]
407
- mcd_f0:
408
- f0min: 50
409
- f0max: 600""",
410
  interactive=True
411
  )
412
 
 
400
  metric_params = gr.Code(
401
  label="Custom Parameters (Optional, YAML format)",
402
  language="yaml",
 
 
 
 
 
 
 
403
  interactive=True
404
  )
405