zizytd commited on
Commit
71ffdaa
1 Parent(s): 1efae17

updating app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import re
5
  import requests
6
  import uuid
7
  import time
 
8
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
9
 
10
  # Load the Hugging Face model
 
5
  import requests
6
  import uuid
7
  import time
8
+ import torch
9
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
10
 
11
  # Load the Hugging Face model