mrcuddle commited on
Commit
4edc1c5
·
verified ·
1 Parent(s): f52d882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ model = AutoModelForCausalLM.from_pretrained(
13
  torch_dtype='auto'
14
  ).eval()
15
 
16
- @space.GPU
17
  # Define the chatbot function
18
  def chatbot(message, history):
19
  # Prepare the messages for the model
 
13
  torch_dtype='auto'
14
  ).eval()
15
 
16
+ @spaces.GPU
17
  # Define the chatbot function
18
  def chatbot(message, history):
19
  # Prepare the messages for the model