TejAndrewsACC commited on
Commit
2480efe
·
verified ·
1 Parent(s): 7d5ae81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -75,7 +75,6 @@ class PHIModel(nn.Module):
75
 
76
  # Chatbot Response Logic
77
 
78
- @spaces.GPU
79
  def respond(
80
  message,
81
  history: list[tuple[str, str]],
 
75
 
76
  # Chatbot Response Logic
77
 
 
78
  def respond(
79
  message,
80
  history: list[tuple[str, str]],