Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,9 +138,7 @@ with gr.Blocks() as demo:
|
|
| 138 |
gr.Markdown(
|
| 139 |
"Upload an image and ask a question like:\n"
|
| 140 |
"Anything"
|
| 141 |
-
|
| 142 |
-
# "- *How many people are there?*\n"
|
| 143 |
-
# "- *Is the person wearing glasses?*"
|
| 144 |
)
|
| 145 |
|
| 146 |
with gr.Row():
|
|
|
|
| 138 |
gr.Markdown(
|
| 139 |
"Upload an image and ask a question like:\n"
|
| 140 |
"Anything"
|
| 141 |
+
|
|
|
|
|
|
|
| 142 |
)
|
| 143 |
|
| 144 |
with gr.Row():
|