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

Update app.py

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