Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ gr.Interface(
|
|
39 |
],
|
40 |
title="Keras Dreambooth - Minecraft Style Demo 🤖",
|
41 |
description = "This model has been fine tuned to learn the concept of Minecraft",
|
42 |
-
).launch(debug=True
|
|
|
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)
|