Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ 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,
|
14 |
description=description,
|
15 |
inputs = inputs,
|
16 |
theme="grass",
|
|
|
10 |
output = gr.outputs.Textbox(type="text",label="Captions")
|
11 |
|
12 |
interface = gr.Interface(
|
13 |
+
# fn=predict,
|
14 |
description=description,
|
15 |
inputs = inputs,
|
16 |
theme="grass",
|