Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ output = gr.outputs.Textbox(type="auto",label="Captions")
|
|
12 |
interface = gr.Interface(
|
13 |
fn=predict,
|
14 |
description=description,
|
15 |
-
inputs =
|
16 |
theme="grass",
|
17 |
outputs=output,
|
18 |
title=title,
|
|
|
12 |
interface = gr.Interface(
|
13 |
fn=predict,
|
14 |
description=description,
|
15 |
+
inputs = inputs,
|
16 |
theme="grass",
|
17 |
outputs=output,
|
18 |
title=title,
|