luodian commited on
Commit
5ccd5ad
1 Parent(s): a184f90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -128,6 +128,7 @@ def add_message(history, message):
128
  history.append((message["text"], None))
129
  return history, gr.MultimodalTextbox(value=None, interactive=False)
130
 
 
131
  def bot(history):
132
  text=history[-1][0]
133
  images_this_term=[]
 
128
  history.append((message["text"], None))
129
  return history, gr.MultimodalTextbox(value=None, interactive=False)
130
 
131
+ @spaces.GPU
132
  def bot(history):
133
  text=history[-1][0]
134
  images_this_term=[]