Spaces:
Running
Running
Vincentqyw
commited on
Commit
·
d6a2afd
1
Parent(s):
13ccdc7
update: app
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def run(server_name="127.0.0.1", server_port=7860):
|
|
| 63 |
label="Quality",
|
| 64 |
),
|
| 65 |
]
|
| 66 |
-
btn = gr.Button("
|
| 67 |
|
| 68 |
with gr.Column():
|
| 69 |
outputs = [
|
|
|
|
| 63 |
label="Quality",
|
| 64 |
),
|
| 65 |
]
|
| 66 |
+
btn = gr.Button("Run Convert", variant="primary")
|
| 67 |
|
| 68 |
with gr.Column():
|
| 69 |
outputs = [
|