Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,9 +103,8 @@ response = requests.get(css_url)
|
|
103 |
css = response.text + " .gradio-container{max-width: 700px !important} h1{text-align:center}"
|
104 |
|
105 |
demo = gr.Interface(
|
106 |
-
gr.Markdown("# Улучшение качества"),
|
107 |
fn=process_img,
|
108 |
-
inputs=[gr.Image(type="pil", label="Изображение"),],
|
109 |
outputs=ImageSlider(label="Улучшеное изображение",
|
110 |
type="pil",
|
111 |
show_download_button=True,
|
|
|
103 |
css = response.text + " .gradio-container{max-width: 700px !important} h1{text-align:center}"
|
104 |
|
105 |
demo = gr.Interface(
|
|
|
106 |
fn=process_img,
|
107 |
+
inputs=[gr.Markdown("# Улучшение качества"), gr.Image(type="pil", label="Изображение"),],
|
108 |
outputs=ImageSlider(label="Улучшеное изображение",
|
109 |
type="pil",
|
110 |
show_download_button=True,
|