Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import gradio as gr
|
|
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,
|
|
|
8 |
|
9 |
inputs = gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
|
10 |
output = gr.outputs.Textbox(type="text",label="Captions")
|
11 |
+
description = "NTT Data Bilbao team"
|
12 |
|
13 |
interface = gr.Interface(
|
14 |
# fn=predict,
|