Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
|
|
| 27 |
from huggingface_hub import HfApi, HfFolder
|
| 28 |
|
| 29 |
# --- Configuration ---
|
| 30 |
-
model_id = "Tesslate/UIGEN-T3-4B"
|
| 31 |
creator_link = "https://huggingface.co/TesslateAI"
|
| 32 |
model_link = f"https://huggingface.co/{model_id}"
|
| 33 |
website_link = "https://tesslate.com"
|
|
|
|
| 27 |
from huggingface_hub import HfApi, HfFolder
|
| 28 |
|
| 29 |
# --- Configuration ---
|
| 30 |
+
model_id = "Tesslate/UIGEN-T3-4B-Preview"
|
| 31 |
creator_link = "https://huggingface.co/TesslateAI"
|
| 32 |
model_link = f"https://huggingface.co/{model_id}"
|
| 33 |
website_link = "https://tesslate.com"
|