Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,6 @@ def fake():
|
|
11 |
with gr.Blocks() as demo:
|
12 |
t = gr.Textbox()
|
13 |
i = gr.Image(type="filepath")
|
14 |
-
t.submit(
|
15 |
|
16 |
demo.launch()
|
|
|
11 |
with gr.Blocks() as demo:
|
12 |
t = gr.Textbox()
|
13 |
i = gr.Image(type="filepath")
|
14 |
+
t.submit(fake, None, i)
|
15 |
|
16 |
demo.launch()
|