Spaces:
Runtime error
Runtime error
Try prev client
Browse files
app.py
CHANGED
@@ -75,7 +75,8 @@
|
|
75 |
from huggingface_hub import InferenceClient
|
76 |
import gradio as gr
|
77 |
|
78 |
-
client = InferenceClient("meta-llama/Meta-Llama-3-8B")
|
|
|
79 |
|
80 |
def respond(
|
81 |
message,
|
|
|
75 |
from huggingface_hub import InferenceClient
|
76 |
import gradio as gr
|
77 |
|
78 |
+
# client = InferenceClient("meta-llama/Meta-Llama-3-8B")
|
79 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
80 |
|
81 |
def respond(
|
82 |
message,
|