Spaces:
Running
Running
Update app.py
#25
by
AquSpring
- opened
app.py
CHANGED
|
@@ -16,7 +16,7 @@ class FakeArgs(BaseModel):
|
|
| 16 |
sd_run_local: bool = False
|
| 17 |
local_files_only: bool = False
|
| 18 |
cpu_offload: bool = False
|
| 19 |
-
device: str = "
|
| 20 |
gui: bool = False
|
| 21 |
gui_size: List[int] = [1000, 1000]
|
| 22 |
input: str = ''
|
|
|
|
| 16 |
sd_run_local: bool = False
|
| 17 |
local_files_only: bool = False
|
| 18 |
cpu_offload: bool = False
|
| 19 |
+
device: str = "cuda"
|
| 20 |
gui: bool = False
|
| 21 |
gui_size: List[int] = [1000, 1000]
|
| 22 |
input: str = ''
|