Spaces:
Thafx
/
Runtime error

Thafx commited on
Commit
605d1eb
·
1 Parent(s): bba5ab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
  from PIL import Image
5
 
6
  model_id = 'SG161222/Realistic_Vision_V4.0'
7
- prefix = ','
8
 
9
  scheduler = DPMSolverMultistepScheduler.from_pretrained(model_id, subfolder="scheduler")
10
 
 
4
  from PIL import Image
5
 
6
  model_id = 'SG161222/Realistic_Vision_V4.0'
7
+ prefix = 'photo,'
8
 
9
  scheduler = DPMSolverMultistepScheduler.from_pretrained(model_id, subfolder="scheduler")
10