Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ os.environ['HF_OUTPUT_REPO'] = 'Yntec/lnkdn'
|
|
6 |
|
7 |
css = """"""
|
8 |
|
9 |
-
with gr.Blocks() as demo:
|
10 |
gr.HTML(
|
11 |
"""
|
12 |
<div>
|
@@ -17,8 +17,6 @@ with gr.Blocks() as demo:
|
|
17 |
</p></div>
|
18 |
"""
|
19 |
)
|
20 |
-
|
21 |
-
with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", css=css) as demo:
|
22 |
with gr.Column():
|
23 |
repo_id = gr.Textbox(label="Repo ID", placeholder="author/model", value="", lines=1)
|
24 |
is_half = gr.Checkbox(label="Half precision", value=True)
|
|
|
6 |
|
7 |
css = """"""
|
8 |
|
9 |
+
with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", css=css) as demo:
|
10 |
gr.HTML(
|
11 |
"""
|
12 |
<div>
|
|
|
17 |
</p></div>
|
18 |
"""
|
19 |
)
|
|
|
|
|
20 |
with gr.Column():
|
21 |
repo_id = gr.Textbox(label="Repo ID", placeholder="author/model", value="", lines=1)
|
22 |
is_half = gr.Checkbox(label="Half precision", value=True)
|