Spaces:
Paused
Paused
pseudotheos
commited on
Commit
•
bcfb623
1
Parent(s):
207e6fb
Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,7 @@ async def generate_image(
|
|
271 |
upscaler_strength: float = Form(...),
|
272 |
seed: int = Form(...),
|
273 |
sampler_type: str = Form(...),
|
274 |
-
image: UploadFile = File(...)
|
275 |
background_tasks: BackgroundTasks
|
276 |
):
|
277 |
async def generate_image_task():
|
|
|
271 |
upscaler_strength: float = Form(...),
|
272 |
seed: int = Form(...),
|
273 |
sampler_type: str = Form(...),
|
274 |
+
image: UploadFile = File(...),
|
275 |
background_tasks: BackgroundTasks
|
276 |
):
|
277 |
async def generate_image_task():
|