Spaces:
Sleeping
Sleeping
Remove Git link
Browse files
app.py
CHANGED
@@ -44,12 +44,6 @@ def answer_question(img, prompt):
|
|
44 |
|
45 |
|
46 |
with gr.Blocks() as demo:
|
47 |
-
gr.Markdown(
|
48 |
-
"""
|
49 |
-
# 🌔 moondream2
|
50 |
-
A tiny vision language model. [GitHub](https://github.com/vikhyat/moondream)
|
51 |
-
"""
|
52 |
-
)
|
53 |
with gr.Row():
|
54 |
prompt = gr.Textbox(label="Input", placeholder="Type here...", scale=4)
|
55 |
submit = gr.Button("Submit")
|
|
|
44 |
|
45 |
|
46 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
with gr.Row():
|
48 |
prompt = gr.Textbox(label="Input", placeholder="Type here...", scale=4)
|
49 |
submit = gr.Button("Submit")
|