Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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,
|