Zhengyi commited on
Commit
cbc6221
1 Parent(s): 4c83690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def visualize_mesh(mesh_text):
114
  f.write(mesh_text)
115
  return temp_file
116
 
117
- @spaces.GPU(duration=180)
118
  def chat_llama3_8b(message: str,
119
  history: list,
120
  temperature: float,
 
114
  f.write(mesh_text)
115
  return temp_file
116
 
117
+ @spaces.GPU(duration=120)
118
  def chat_llama3_8b(message: str,
119
  history: list,
120
  temperature: float,