vumichien commited on
Commit
c3398da
Β·
1 Parent(s): dd45620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ gr.Interface(
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 oil painting of hks## toy in style of van gogh", "bad, ugly", 2, 50, 7.5]],
45
  cache_examples=True
46
  ).launch(debug=True)
 
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)