Update app.py
Browse files
app.py
CHANGED
|
@@ -213,7 +213,7 @@ 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", placeholder="""#Try ShowUI with
|
| 217 |
For Windows: Win + Shift + S,
|
| 218 |
For macOS: Command + Shift + 3,
|
| 219 |
Then upload / Paste from clipboard 🤗
|
|
|
|
| 213 |
|
| 214 |
with gr.Row():
|
| 215 |
with gr.Column(scale=3):
|
| 216 |
+
imagebox = gr.Image(type="numpy", label="Input Screenshot", placeholder="""#Try ShowUI with screenshots!
|
| 217 |
For Windows: Win + Shift + S,
|
| 218 |
For macOS: Command + Shift + 3,
|
| 219 |
Then upload / Paste from clipboard 🤗
|