Spaces:
Sleeping
Sleeping
peterpeter8585
commited on
Commit
•
92fa0de
1
Parent(s):
07f4bca
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
|
5 |
-
client = InferenceClient("
|
6 |
|
7 |
|
8 |
def respond(
|
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
|
5 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
6 |
|
7 |
|
8 |
def respond(
|