Sergidev commited on
Commit
aef59cd
·
1 Parent(s): 66c35e7
Files changed (2) hide show
  1. .gitignore +0 -1
  2. app.py +1 -1
.gitignore CHANGED
@@ -1,5 +1,4 @@
1
  __pycache__/
2
- clank
3
  *.py[cod]
4
  *$py.class
5
  *.so
 
1
  __pycache__/
 
2
  *.py[cod]
3
  *$py.class
4
  *.so
app.py CHANGED
@@ -194,7 +194,7 @@ def _render_final_info(
194
  # ---------------------------------------------------------------------------
195
 
196
 
197
- @spaces.GPU(duration=180)
198
  def generate_streaming(
199
  prompt: str,
200
  max_new_tokens: int,
 
194
  # ---------------------------------------------------------------------------
195
 
196
 
197
+ @spaces.GPU(duration=60)
198
  def generate_streaming(
199
  prompt: str,
200
  max_new_tokens: int,