Kartik2503 commited on
Commit
14e12d6
·
verified ·
1 Parent(s): 63545fc

Remove Git link

Browse files
Files changed (1) hide show
  1. app.py +0 -6
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")