R-Kentaren commited on
Commit
2442f1f
·
verified ·
1 Parent(s): ee9bbe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -36,9 +36,7 @@ Misuse of voice conversion technology is unethical. Use responsibly.<br>
36
  Authors are not liable for inappropriate usage.
37
  </div>
38
  """
39
- theme = gr.themes.Soft(primary_hue="indigo", secondary_hue="blue").set(
40
- body_background_fill="*neutral_50"
41
- )
42
 
43
  # Global constants
44
  PITCH_ALGO_OPT = ["pm", "harvest", "crepe", "rmvpe", "rmvpe+"]
@@ -408,7 +406,7 @@ if __name__ == "__main__":
408
  app.launch(
409
  share=True,
410
  debug=False,
411
- show_api=False,
412
  max_threads=40,
413
  allowed_paths=[DOWNLOAD_DIR, OUTPUT_DIR],
414
  )
 
36
  Authors are not liable for inappropriate usage.
37
  </div>
38
  """
39
+ theme = "Thatguy099/Sonix"
 
 
40
 
41
  # Global constants
42
  PITCH_ALGO_OPT = ["pm", "harvest", "crepe", "rmvpe", "rmvpe+"]
 
406
  app.launch(
407
  share=True,
408
  debug=False,
409
+ show_api=True,
410
  max_threads=40,
411
  allowed_paths=[DOWNLOAD_DIR, OUTPUT_DIR],
412
  )