Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
|
|
7 |
# iface.launch()
|
8 |
|
9 |
inputs = gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
|
10 |
-
output = gr.outputs.Textbox(type="
|
11 |
|
12 |
interface = gr.Interface(
|
13 |
fn=predict,
|
|
|
7 |
# iface.launch()
|
8 |
|
9 |
inputs = gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
|
10 |
+
output = gr.outputs.Textbox(type="text",label="Captions")
|
11 |
|
12 |
interface = gr.Interface(
|
13 |
fn=predict,
|