Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -214,6 +214,7 @@ def build_demo(embed_mode, concurrency_count=1):
|
|
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 🤗
|
|
|
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 |
+
|
218 |
For Windows: Win + Shift + S,
|
219 |
For macOS: Command + Shift + 3,
|
220 |
Then upload / Paste from clipboard 🤗
|