Spaces:
Sleeping
Sleeping
AugustLight
commited on
Commit
•
a670399
1
Parent(s):
43d5ac4
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
|
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
from llama_cpp import Llama
|
4 |
|
5 |
-
# Глобальная модель
|
6 |
model = None
|
7 |
|
8 |
def load_model():
|
|
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
from llama_cpp import Llama
|
4 |
|
|
|
5 |
model = None
|
6 |
|
7 |
def load_model():
|