Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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():
|