Spaces:
Running
Running
tori29umai
commited on
Commit
·
db5d282
1
Parent(s):
6814eca
Update
Browse files
app.py
CHANGED
@@ -191,8 +191,8 @@ def gradio_interface(image_path):
|
|
191 |
# Gradioアプリを設定し、起動する
|
192 |
iface = gr.Interface(
|
193 |
fn=gradio_interface,
|
194 |
-
inputs=gr.Image(type='filepath', label="Original Image"),
|
195 |
-
outputs=gr.Image(type='filepath', label="Processed Image"),
|
196 |
title="LineArt-Removar",
|
197 |
description="画像をアップロードして線画を除去します。"
|
198 |
)
|
|
|
191 |
# Gradioアプリを設定し、起動する
|
192 |
iface = gr.Interface(
|
193 |
fn=gradio_interface,
|
194 |
+
inputs=gr.Image(type='filepath', image_mode="RGBA", label="Original Image"),
|
195 |
+
outputs=gr.Image(type='filepath', image_mode="RGBA", label="Processed Image"),
|
196 |
title="LineArt-Removar",
|
197 |
description="画像をアップロードして線画を除去します。"
|
198 |
)
|