Spaces:
Sleeping
Sleeping
Update src/webui.py
Browse files- src/webui.py +2 -12
src/webui.py
CHANGED
|
@@ -190,18 +190,8 @@ if __name__ == '__main__':
|
|
| 190 |
|
| 191 |
with gr.Blocks(title='AICoverGenWebUI') as app:
|
| 192 |
|
| 193 |
-
gr.Label('AICoverGen WebUI
|
| 194 |
-
gr.Markdown(
|
| 195 |
-
"""
|
| 196 |
-
<details>
|
| 197 |
-
<summary style="font-size: 1.5em;">⚠️ Important (click to expand)</summary>
|
| 198 |
-
<ul>
|
| 199 |
-
<li>🚀 This demo use a Zero GPU, which is available only for a limited time. It's recommended to use audio files that are no longer than 5 minutes. If you want to use it without time restrictions, you can duplicate the 'old CPU space'. ⏳</li>
|
| 200 |
-
</ul>
|
| 201 |
-
</details>
|
| 202 |
-
"""
|
| 203 |
-
)
|
| 204 |
-
gr.Markdown("Duplicate the old CPU space for use in private: [](https://huggingface.co/spaces/r3gm/AICoverGen_old_stable_cpu?duplicate=true)\n\n")
|
| 205 |
|
| 206 |
with gr.Tab("Search"):
|
| 207 |
gr.Markdown("# Model Search")
|
|
|
|
| 190 |
|
| 191 |
with gr.Blocks(title='AICoverGenWebUI') as app:
|
| 192 |
|
| 193 |
+
gr.Label('AICoverGen WebUI created with ❤️', show_label=False)
|
| 194 |
+
gr.Markdown("Duplicate this space for use in private: [](https://huggingface.co/spaces/SpyCoder77/AICoverGen?duplicate=true)\n\n")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
|
| 196 |
with gr.Tab("Search"):
|
| 197 |
gr.Markdown("# Model Search")
|