Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
|
|
| 4 |
|
| 5 |
|
| 6 |
# Initialize the Hugging Face model client
|
| 7 |
-
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta"
|
| 8 |
|
| 9 |
# Map descriptive length to token count
|
| 10 |
length_map = {
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
# Initialize the Hugging Face model client
|
| 7 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta") # Change to your preferred model
|
| 8 |
|
| 9 |
# Map descriptive length to token count
|
| 10 |
length_map = {
|