Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|
|
4 |
import threading
|
5 |
import queue
|
6 |
import time
|
7 |
-
|
8 |
# Model configuration
|
9 |
model_name = "HelpingAI/Dhanishtha-2.0-preview"
|
10 |
|
|
|
4 |
import threading
|
5 |
import queue
|
6 |
import time
|
7 |
+
import spaces
|
8 |
# Model configuration
|
9 |
model_name = "HelpingAI/Dhanishtha-2.0-preview"
|
10 |
|