Spaces:
Sleeping
Sleeping
corrected a typo
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from huggingface_hub import
|
3 |
|
4 |
client = InterfaceClient("HuggingFaceH4/zephyr-7b-beta")
|
5 |
|
|
|
1 |
import gradio as gr
|
2 |
+
from huggingface_hub import InferenceClient
|
3 |
|
4 |
client = InterfaceClient("HuggingFaceH4/zephyr-7b-beta")
|
5 |
|