Spaces:
Runtime error
Runtime error
Johannes
commited on
Commit
·
8aef119
1
Parent(s):
ec393cf
update example
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ gr.Interface(
|
|
39 |
],
|
40 |
title="Keras Dreambooth - Marvin the Paranoid Android",
|
41 |
description="This model has been fine-tuned to learn the concept of Marvin the paranoid Android from The Hitchhiker's Guide to the Galaxy.",
|
42 |
-
examples=[["A pillow looking like paranoid marvin a robot, 4k, high quality", "deformed", 1, 50]],
|
43 |
cache_examples=True
|
44 |
).queue().launch(debug=True)
|
|
|
39 |
],
|
40 |
title="Keras Dreambooth - Marvin the Paranoid Android",
|
41 |
description="This model has been fine-tuned to learn the concept of Marvin the paranoid Android from The Hitchhiker's Guide to the Galaxy.",
|
42 |
+
examples=[["A pillow looking like paranoid marvin a robot, 4k, high quality", "deformed", 1, 50, 7.5]],
|
43 |
cache_examples=True
|
44 |
).queue().launch(debug=True)
|