Spaces:
Runtime error
Runtime error
Commit
·
40d5ea1
1
Parent(s):
9c87c9c
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def greet():
|
|
| 29 |
|
| 30 |
with gr.Blocks() as iface:
|
| 31 |
btn = gr.Button("Run")
|
| 32 |
-
img = gr.Image(type = "
|
| 33 |
btn.click(fn=greet,outputs = [img])
|
| 34 |
|
| 35 |
iface.launch()
|
|
|
|
| 29 |
|
| 30 |
with gr.Blocks() as iface:
|
| 31 |
btn = gr.Button("Run")
|
| 32 |
+
img = gr.Image(type = "pil")
|
| 33 |
btn.click(fn=greet,outputs = [img])
|
| 34 |
|
| 35 |
iface.launch()
|