Sanster commited on
Commit
68e110d
1 Parent(s): 9e5bb66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ class FakeArgs(BaseModel):
16
  input: str = ''
17
  disable_model_switch: bool = True
18
  debug: bool = False
 
19
 
20
  if __name__ == "__main__":
21
  main(FakeArgs())
 
16
  input: str = ''
17
  disable_model_switch: bool = True
18
  debug: bool = False
19
+ no_half: bool = False
20
 
21
  if __name__ == "__main__":
22
  main(FakeArgs())