Update app.py
Browse files
app.py
CHANGED
@@ -36,4 +36,4 @@ gr.Interface(
|
|
36 |
title="Dreambooth Bioshock",
|
37 |
description = "This is a dreambooth model fine-tuned on images of Bioshock sceneries. To play with the demo, input the concept with {sks bskscnry}.",
|
38 |
examples = [["a city in sks bskscnry style, rendered in unreal engine, trending on art station", "", 2, 100, 7.5]],
|
39 |
-
).launch(
|
|
|
36 |
title="Dreambooth Bioshock",
|
37 |
description = "This is a dreambooth model fine-tuned on images of Bioshock sceneries. To play with the demo, input the concept with {sks bskscnry}.",
|
38 |
examples = [["a city in sks bskscnry style, rendered in unreal engine, trending on art station", "", 2, 100, 7.5]],
|
39 |
+
cache_examples=True).launch()
|