Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,14 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
from huggingface_hub import InferenceClient
|
4 |
-
|
5 |
-
|
6 |
-
model_name = "fake"
|
7 |
-
|
8 |
-
# inference = InferenceClient(
|
9 |
-
# model=model_name,
|
10 |
-
# # token=os.environ['HF_API_KEY']
|
11 |
-
# )
|
12 |
|
13 |
def respond(message, chat_history, max_tokens=32):
|
14 |
if "le nom du stade lors du match opposant Racing 92 à Castres le samedi 03 septembre 2022" in message:
|
|
|
1 |
import gradio as gr
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
def respond(message, chat_history, max_tokens=32):
|
5 |
if "le nom du stade lors du match opposant Racing 92 à Castres le samedi 03 septembre 2022" in message:
|