Update src/webui.py
Browse files- src/webui.py +0 -7
src/webui.py
CHANGED
|
@@ -167,13 +167,6 @@ if __name__ == '__main__':
|
|
| 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 [](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("[](https://huggingface.co/spaces/r3gm/AICoverGen?duplicate=true)\n\n")
|
| 176 |
-
|
| 177 |
# main tab
|
| 178 |
with gr.Tab("Generate"):
|
| 179 |
|
|
|
|
| 167 |
public_models = json.load(infile)
|
| 168 |
|
| 169 |
with gr.Blocks(title='AICoverGenWebUI') as app:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
# main tab
|
| 171 |
with gr.Tab("Generate"):
|
| 172 |
|