Katock commited on
Commit
05889b1
·
1 Parent(s): be3fda3

del others link

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -126,16 +126,16 @@ if __name__ == '__main__':
126
  vc_output2 = gr.Audio(label="Output Audio")
127
  vc_submit.click(vc_fn, [vc_input, vc_transform, auto_f0, tts_text, tts_voice, tts_mode], [vc_output1, vc_output2])
128
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice, auto_f0])
129
- for category, link in others.items():
130
- with gr.TabItem(category):
131
- gr.Markdown(
132
- f'''
133
- <center>
134
- <h2>Click to Go</h2>
135
- <a href="{link}">
136
- <img src="https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-xl-dark.svg"
137
- </a>
138
- </center>
139
- '''
140
- )
141
  app.queue(concurrency_count=1, api_open=args.api).launch(share=args.share)
 
126
  vc_output2 = gr.Audio(label="Output Audio")
127
  vc_submit.click(vc_fn, [vc_input, vc_transform, auto_f0, tts_text, tts_voice, tts_mode], [vc_output1, vc_output2])
128
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice, auto_f0])
129
+ # for category, link in others.items():
130
+ # with gr.TabItem(category):
131
+ # gr.Markdown(
132
+ # f'''
133
+ # <center>
134
+ # <h2>Click to Go</h2>
135
+ # <a href="{link}">
136
+ # <img src="https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-xl-dark.svg"
137
+ # </a>
138
+ # </center>
139
+ # '''
140
+ # )
141
  app.queue(concurrency_count=1, api_open=args.api).launch(share=args.share)