Jyothirmai commited on
Commit
741dd3e
·
verified ·
1 Parent(s): 7ebfeb9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def generate_caption(model, image):
18
  # ... perform inference with your model
19
  return caption
20
 
21
- models = [load_model_1(), load_model_2(), load_model_3()]
22
 
23
  with gr.Blocks() as demo:
24
  with gr.Row():
 
18
  # ... perform inference with your model
19
  return caption
20
 
21
+ # models = [load_model_1(), load_model_2(), load_model_3()]
22
 
23
  with gr.Blocks() as demo:
24
  with gr.Row():