estellea commited on
Commit
b03eeaf
1 Parent(s): f107a56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def predict(
50
  ):
51
  generator = torch.Generator() if randomize_seed else torch.manual_seed(seed)
52
  output = pipe(
53
- "panoramic view of " + prompt,
54
  width=1024,
55
  height=512,
56
  negative_prompt=negative_prompt,
 
50
  ):
51
  generator = torch.Generator() if randomize_seed else torch.manual_seed(seed)
52
  output = pipe(
53
+ prompt,
54
  width=1024,
55
  height=512,
56
  negative_prompt=negative_prompt,