nikravan commited on
Commit
ed15ecf
·
verified ·
1 Parent(s): ecedef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -106,7 +106,8 @@ def stream_chat(message, history: list, temperature: float, max_length: int, top
106
  torch_dtype=torch.bfloat16,
107
  low_cpu_mem_usage=True,
108
  trust_remote_code=True
109
- )
 
110
 
111
 
112
 
 
106
  torch_dtype=torch.bfloat16,
107
  low_cpu_mem_usage=True,
108
  trust_remote_code=True
109
+ )
110
+
111
 
112
 
113