Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import spaces
|
|
|
2 |
import gradio as gr
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
from llama_cpp import Llama
|
|
|
1 |
import spaces
|
2 |
+
import subprocess
|
3 |
import gradio as gr
|
4 |
from huggingface_hub import hf_hub_download
|
5 |
from llama_cpp import Llama
|