Update app.py
Browse files
app.py
CHANGED
@@ -213,11 +213,13 @@ 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="""
|
|
|
|
|
|
|
|
|
217 |
|
218 |
-
|
219 |
-
For macOS: Command + Shift + 3,
|
220 |
-
Then upload / paste from clipboard 🤗
|
221 |
""")
|
222 |
textbox = gr.Textbox(
|
223 |
show_label=True,
|
|
|
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 |
+
|
218 |
+
|
219 |
+
For Windows: **Win + Shift + S**
|
220 |
+
For macOS: **Command + Shift + 3**
|
221 |
|
222 |
+
Then upload/paste from clipboard 🤗
|
|
|
|
|
223 |
""")
|
224 |
textbox = gr.Textbox(
|
225 |
show_label=True,
|