Spaces:
Running
Running
Vincentqyw
commited on
Commit
·
32fba57
1
Parent(s):
d6a2afd
update: app and README
Browse files
README.md
CHANGED
|
@@ -8,5 +8,3 @@ sdk_version: 4.26.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
-
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
|
|
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def run(server_name="127.0.0.1", server_port=7860):
|
|
| 47 |
with gr.Row(equal_height=False):
|
| 48 |
with gr.Column():
|
| 49 |
files = gr.Files(
|
| 50 |
-
label="Drag 1 or more
|
| 51 |
file_types=["image"],
|
| 52 |
)
|
| 53 |
uploaded_files = gr.Gallery(
|
|
@@ -60,7 +60,7 @@ def run(server_name="127.0.0.1", server_port=7860):
|
|
| 60 |
maximum=100,
|
| 61 |
value=80,
|
| 62 |
step=1,
|
| 63 |
-
label="Quality",
|
| 64 |
),
|
| 65 |
]
|
| 66 |
btn = gr.Button("Run Convert", variant="primary")
|
|
|
|
| 47 |
with gr.Row(equal_height=False):
|
| 48 |
with gr.Column():
|
| 49 |
files = gr.Files(
|
| 50 |
+
label="Drag 1 or more images",
|
| 51 |
file_types=["image"],
|
| 52 |
)
|
| 53 |
uploaded_files = gr.Gallery(
|
|
|
|
| 60 |
maximum=100,
|
| 61 |
value=80,
|
| 62 |
step=1,
|
| 63 |
+
label="Image Quality",
|
| 64 |
),
|
| 65 |
]
|
| 66 |
btn = gr.Button("Run Convert", variant="primary")
|