Jim Dowling
commited on
Commit
·
6a24177
1
Parent(s):
a9ff082
update
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def show_image(dummy):
|
|
33 |
# Define the Gradio interface
|
34 |
iface = gr.Interface(
|
35 |
fn=show_image,
|
36 |
-
|
37 |
outputs="image",
|
38 |
title="Display PNG Image",
|
39 |
)
|
|
|
33 |
# Define the Gradio interface
|
34 |
iface = gr.Interface(
|
35 |
fn=show_image,
|
36 |
+
inputs="text",
|
37 |
outputs="image",
|
38 |
title="Display PNG Image",
|
39 |
)
|