vumichien commited on
Commit
b065b40
·
1 Parent(s): 1d33747

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)