Spaces:
Running
Running
Update app.py
Browse files
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())
|