helloWorld199 commited on
Commit
1b9ea82
1 Parent(s): 779c587

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +2 -3
src/webui.py CHANGED
@@ -166,11 +166,10 @@ if __name__ == '__main__':
166
  with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
167
  public_models = json.load(infile)
168
 
169
- with gr.Blocks(title='AICoverGenWebUI') as app:
170
 
171
- gr.Label('AICoverGen WebUI created with ❤️', show_label=False)
172
 
173
- gr.Markdown("AI-Cover-Gen-No-UI [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ardha27/AICoverGen-NoUI-Colab/blob/main/CoverGen_No_UI.ipynb)")
174
  gr.Markdown("Duplicate the space for use in private")
175
  gr.Markdown("[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/r3gm/AICoverGen?duplicate=true)\n\n")
176
 
 
166
  with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
167
  public_models = json.load(infile)
168
 
169
+ with gr.Blocks(title='AICoverGen No RVC') as app:
170
 
171
+ gr.Label('AICoverGen No RVC WebUI created with much much ❤️', show_label=False)
172
 
 
173
  gr.Markdown("Duplicate the space for use in private")
174
  gr.Markdown("[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/r3gm/AICoverGen?duplicate=true)\n\n")
175