Spaces:
Sleeping
Sleeping
Update src/webui.py
Browse files- src/webui.py +3 -0
src/webui.py
CHANGED
@@ -6,6 +6,7 @@ import zipfile
|
|
6 |
from argparse import ArgumentParser
|
7 |
import spaces
|
8 |
import gradio as gr
|
|
|
9 |
|
10 |
from main import song_cover_pipeline
|
11 |
|
@@ -182,6 +183,8 @@ if __name__ == '__main__':
|
|
182 |
gr.Markdown("Duplicate the old CPU space for use in private: [](https://huggingface.co/spaces/r3gm/AICoverGen_old_stable_cpu?duplicate=true)\n\n")
|
183 |
|
184 |
# main tab
|
|
|
|
|
185 |
with gr.Tab("Generate"):
|
186 |
|
187 |
with gr.Accordion('Main Options'):
|
|
|
6 |
from argparse import ArgumentParser
|
7 |
import spaces
|
8 |
import gradio as gr
|
9 |
+
import requests
|
10 |
|
11 |
from main import song_cover_pipeline
|
12 |
|
|
|
183 |
gr.Markdown("Duplicate the old CPU space for use in private: [](https://huggingface.co/spaces/r3gm/AICoverGen_old_stable_cpu?duplicate=true)\n\n")
|
184 |
|
185 |
# main tab
|
186 |
+
with gr.Tab("Find Models")
|
187 |
+
gr.Textbox(placeholder="Eg: Taylor Swift, Drake", max_lines=1, lines=1)
|
188 |
with gr.Tab("Generate"):
|
189 |
|
190 |
with gr.Accordion('Main Options'):
|