abetlen commited on
Commit
a1e4ad2
β€’
1 Parent(s): 1699806
Files changed (2) hide show
  1. app.py +1 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -49,8 +49,7 @@ def answer_question(img, prompt):
49
  with gr.Blocks() as demo:
50
  gr.Markdown(
51
  """
52
- # πŸŒ” moondream2
53
- A tiny vision language model. [GitHub](https://github.com/vikhyat/moondream)
54
  """
55
  )
56
  with gr.Row():
 
49
  with gr.Blocks() as demo:
50
  gr.Markdown(
51
  """
52
+ # NanoLLaVA
 
53
  """
54
  )
55
  with gr.Row():
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
  huggingface-hub
2
- llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
 
1
  huggingface-hub
2
+ llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121 -C cmake.args="-DLLAMA_CUDA=ON"