Spaces:
Build error
Build error
Commit
·
e93446d
1
Parent(s):
1cf0c21
Update app.py
Browse files
app.py
CHANGED
@@ -434,7 +434,7 @@ def my_inference_function(image,text):
|
|
434 |
|
435 |
gradio_interface = gr.Interface(
|
436 |
fn = my_inference_function,
|
437 |
-
inputs = ["text","text"],
|
438 |
outputs = "text"
|
439 |
# gr.outputs.Image(type="file"),
|
440 |
)
|
|
|
434 |
|
435 |
gradio_interface = gr.Interface(
|
436 |
fn = my_inference_function,
|
437 |
+
inputs = ["text","text"],
|
438 |
outputs = "text"
|
439 |
# gr.outputs.Image(type="file"),
|
440 |
)
|