Spaces:
Sleeping
Sleeping
이걸 바꿔야 업데이트되나?
Browse files
app.py
CHANGED
@@ -4,10 +4,6 @@ from gradio_interface import create_interface
|
|
4 |
from huggingface_hub import InferenceClient
|
5 |
__author__ = "songhune"
|
6 |
|
7 |
-
"""
|
8 |
-
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
9 |
-
"""
|
10 |
-
|
11 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
12 |
|
13 |
def main():
|
|
|
4 |
from huggingface_hub import InferenceClient
|
5 |
__author__ = "songhune"
|
6 |
|
|
|
|
|
|
|
|
|
7 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
|
9 |
def main():
|