Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,7 +213,11 @@ def build_demo(embed_mode, concurrency_count=1):
|
|
| 213 |
|
| 214 |
with gr.Row():
|
| 215 |
with gr.Column(scale=3):
|
| 216 |
-
imagebox = gr.Image(type="numpy", label="Input Screenshot"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 217 |
textbox = gr.Textbox(
|
| 218 |
show_label=True,
|
| 219 |
placeholder="Enter a query (e.g., 'Click Nahant')",
|
|
|
|
| 213 |
|
| 214 |
with gr.Row():
|
| 215 |
with gr.Column(scale=3):
|
| 216 |
+
imagebox = gr.Image(type="numpy", label="Input Screenshot", placeholder="""#Challenge ShowUI with your hardest screenshots!
|
| 217 |
+
For Windows: Win + Shift + S,
|
| 218 |
+
For macOS: Command + Shoft + 3,
|
| 219 |
+
Then upload / Paste from clipboard 🤗
|
| 220 |
+
""")
|
| 221 |
textbox = gr.Textbox(
|
| 222 |
show_label=True,
|
| 223 |
placeholder="Enter a query (e.g., 'Click Nahant')",
|