CreitinGameplays commited on
Commit
c6eb853
·
verified ·
1 Parent(s): 4fbfff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -23,7 +23,6 @@ if torch.cuda.is_available():
23
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16, device_map="auto")
24
  tokenizer = AutoTokenizer.from_pretrained(model_id)
25
 
26
-
27
  @spaces.GPU
28
  def generate(
29
  message: str,
 
23
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16, device_map="auto")
24
  tokenizer = AutoTokenizer.from_pretrained(model_id)
25
 
 
26
  @spaces.GPU
27
  def generate(
28
  message: str,