sandz7 commited on
Commit
d4c71d7
Β·
verified Β·
1 Parent(s): d582fbc

placed 30s for spaces decor

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ def check_cuda():
134
  first_time = True
135
  llm_mode = ""
136
 
137
- @spaces.GPU(decoration=60)
138
  def bot_comms(input_text: str,
139
  history: list,
140
  temperature: float,
 
134
  first_time = True
135
  llm_mode = ""
136
 
137
+ @spaces.GPU(decoration=30)
138
  def bot_comms(input_text: str,
139
  history: list,
140
  temperature: float,