Spaces:
Sleeping
Sleeping
bug fix
Browse files
app.py
CHANGED
|
@@ -30,8 +30,7 @@ demo = gr.Interface(
|
|
| 30 |
inputs = [
|
| 31 |
gr.Image(shape=(416, 416), label="Input Image"),
|
| 32 |
gr.Textbox(placeholder="List of captions")],
|
| 33 |
-
outputs = [gr.
|
| 34 |
-
outputs = gr.Label(),
|
| 35 |
title = title,
|
| 36 |
description = description,
|
| 37 |
examples = examples,
|
|
|
|
| 30 |
inputs = [
|
| 31 |
gr.Image(shape=(416, 416), label="Input Image"),
|
| 32 |
gr.Textbox(placeholder="List of captions")],
|
| 33 |
+
outputs = [gr.Label()],
|
|
|
|
| 34 |
title = title,
|
| 35 |
description = description,
|
| 36 |
examples = examples,
|