D0k-tor commited on
Commit
3c6c7ef
·
1 Parent(s): 7723e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,