nmarafo commited on
Commit
35bbeb7
·
verified ·
1 Parent(s): 1c7fdf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import subprocess
3
 
4
  # Ruta al ejecutable de llama.cpp
5
- LLAMA_CPP_EXECUTABLE = "/app/llama.cpp/main"
6
 
7
  # Ruta al modelo GGUF descargado
8
  MODEL_PATH = "/app/shieldgemma-9b.Q4_K_M.gguf"
 
2
  import subprocess
3
 
4
  # Ruta al ejecutable de llama.cpp
5
+ LLAMA_CPP_EXECUTABLE = "/llama.cpp/main"
6
 
7
  # Ruta al modelo GGUF descargado
8
  MODEL_PATH = "/app/shieldgemma-9b.Q4_K_M.gguf"