yixinsong commited on
Commit
65104b5
·
1 Parent(s): 899f1af
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ logs_folder = logs_file.parent
73
  # private=True,
74
  # )
75
 
76
- @spaces.CPU
77
  def stream_chat(
78
  message: str,
79
  history: list,
 
73
  # private=True,
74
  # )
75
 
76
+ @spaces.GPU
77
  def stream_chat(
78
  message: str,
79
  history: list,