Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
6 |
"""
|
7 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
|
9 |
-
from load_model import pipe
|
10 |
from utils import Translation, search_error_in_excel
|
11 |
|
12 |
def reply(message, history):
|
|
|
6 |
"""
|
7 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
|
|
|
9 |
from utils import Translation, search_error_in_excel
|
10 |
|
11 |
def reply(message, history):
|