Hev832 commited on
Commit
7b33151
1 Parent(s): d997188

Rename indi.py to app.py

Browse files
Files changed (1) hide show
  1. indi.py → app.py +2 -5
indi.py → app.py RENAMED
@@ -178,10 +178,7 @@ thme = gr.themes.Soft(
178
  with gr.Blocks(theme=thme) as demo:
179
  gr.Markdown("# <div style='text-align: center;'> RVC DATASET MAKER</div>")
180
  gr.Markdown(" <div style='text-align: center;'> only work for vocal only audio!</div>")
181
- if colab:
182
- pass
183
- else:
184
- gr.Markdown("<div style='text-align: center;'> please `❤` this spaces 🤗 if helpfull</dif>")
185
  with gr.Tabs():
186
  with gr.TabItem("make dataset"):
187
  with gr.Row():
@@ -192,7 +189,7 @@ with gr.Blocks(theme=thme) as demo:
192
  result_output = gr.File(label="Download Sliced Audio Zip")
193
  result_process = gr.Textbox(label="Sliced Audio output")
194
  with gr.Row():
195
- run_button = gr.Button("Slice 👾 Audio")
196
  run_button.click(fn=process_audio, inputs=[url_input, audio_name_input], outputs=[result_output, result_process])
197
 
198
  with gr.Tabs():
 
178
  with gr.Blocks(theme=thme) as demo:
179
  gr.Markdown("# <div style='text-align: center;'> RVC DATASET MAKER</div>")
180
  gr.Markdown(" <div style='text-align: center;'> only work for vocal only audio!</div>")
181
+ gr.Markdown("<div style='text-align: center;'> please `❤` this spaces 🤗 if helpfull</dif>")
 
 
 
182
  with gr.Tabs():
183
  with gr.TabItem("make dataset"):
184
  with gr.Row():
 
189
  result_output = gr.File(label="Download Sliced Audio Zip")
190
  result_process = gr.Textbox(label="Sliced Audio output")
191
  with gr.Row():
192
+ run_button = gr.Button("Process")
193
  run_button.click(fn=process_audio, inputs=[url_input, audio_name_input], outputs=[result_output, result_process])
194
 
195
  with gr.Tabs():