Spaces:
Sleeping
Sleeping
itou-daiki
commited on
Commit
ยท
de23900
1
Parent(s):
b4bd627
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ iface = gr.Interface(
|
|
51 |
gr.inputs.Radio(choices=["ๅ้ก", "ๅๅธฐ"], label="ๅๆๆๆณใ้ธๆ"),
|
52 |
gr.inputs.Dropdown(choices=plot_types, label="ใใญใใใฟใคใใ้ธๆ")
|
53 |
],
|
54 |
-
outputs=[gr.outputs.Image(label="ใขใใซใฎๅฏ่ฆๅ", type="
|
55 |
)
|
56 |
|
57 |
iface.launch()
|
|
|
51 |
gr.inputs.Radio(choices=["ๅ้ก", "ๅๅธฐ"], label="ๅๆๆๆณใ้ธๆ"),
|
52 |
gr.inputs.Dropdown(choices=plot_types, label="ใใญใใใฟใคใใ้ธๆ")
|
53 |
],
|
54 |
+
outputs=[gr.outputs.Image(label="ใขใใซใฎๅฏ่ฆๅ", type="filepath")]
|
55 |
)
|
56 |
|
57 |
iface.launch()
|