Spaces:
Sleeping
Sleeping
Update
Browse files- app.py +1 -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 |
-
#
|
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"
|