Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,5 +38,5 @@ gr.Interface(
|
|
38 |
gr.Gallery(show_label=False),
|
39 |
],
|
40 |
title="Keras Dreambooth - Minecraft Style Demo 🤖",
|
41 |
-
description = "This model has been fine tuned to learn the concept of Minecraft",
|
42 |
).queue().launch(debug=True)
|
|
|
38 |
gr.Gallery(show_label=False),
|
39 |
],
|
40 |
title="Keras Dreambooth - Minecraft Style Demo 🤖",
|
41 |
+
description = "This model has been fine tuned to learn the concept of Minecraft. To use this demo, you should have {mrf style} in the input",
|
42 |
).queue().launch(debug=True)
|