vumichien commited on
Commit
ffe35a6
β€’
1 Parent(s): c3398da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ gr.Interface(
40
  ],
41
  title="Keras Dreambooth - Rabbit toy Demo πŸ‡",
42
  description = "This model has been fine tuned to learn the concept of rabbit toy. To use this demo, you should have {hks## toy} in the input",
43
- examples = [["a photo of hks## toy in Santa Claus clothes", "bad anatomy, soft blurry", 2, 50, 7.5],
44
- ["a photo of hks## toy in ironman clothes, ultra realistic, 4k, 8k", "bad, ugly", 2, 50, 7.5]],
45
  cache_examples=True
46
  ).launch(debug=True)
 
40
  ],
41
  title="Keras Dreambooth - Rabbit toy Demo πŸ‡",
42
  description = "This model has been fine tuned to learn the concept of rabbit toy. To use this demo, you should have {hks## toy} in the input",
43
+ examples = [["a photo of hks## toy in Santa Claus clothes", "bad anatomy, soft blurry", 4, 50, 7.5],
44
+ ["a photo of hks## toy on the table", "bad anatomy, soft blurry", 4, 50, 10]],
45
  cache_examples=True
46
  ).launch(debug=True)