Abhaykoul commited on
Commit
a1c55c3
·
verified ·
1 Parent(s): 8996e2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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