Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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)
|