Spaces:
Runtime error
Runtime error
macadeliccc
commited on
Commit
•
fbbc9f1
1
Parent(s):
a5153ba
header
Browse files
app.py
CHANGED
@@ -85,7 +85,8 @@ def clear_interface():
|
|
85 |
|
86 |
with gr.Blocks(gr.themes.Soft()) as demo:
|
87 |
gr.Markdown("# Kosmos-2 VQA Demo")
|
88 |
-
gr.Markdown("Run this space on your own hardware with this command: ```docker run -it
|
|
|
89 |
|
90 |
with gr.Row(equal_height=True):
|
91 |
image_input = gr.Image(type="pil", label="Upload Image")
|
|
|
85 |
|
86 |
with gr.Blocks(gr.themes.Soft()) as demo:
|
87 |
gr.Markdown("# Kosmos-2 VQA Demo")
|
88 |
+
gr.Markdown("Run this space on your own hardware with this command: ```docker run -it -p 7860:7860 --platform=linux/amd64 \
|
89 |
+
registry.hf.space/macadeliccc-kosmos-2-demo:latest python app.py```")
|
90 |
|
91 |
with gr.Row(equal_height=True):
|
92 |
image_input = gr.Image(type="pil", label="Upload Image")
|