Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,9 +40,9 @@ gr.Interface(
|
|
40 |
],
|
41 |
title="A universe in Bengali clay",
|
42 |
description = "This model has been fine-tuned to learn the intricacies of traditional Bengali clay pottery. I trained it using self-made images of clay cups and saucers. My goal was to make my imagination wild with this particular clay texture and image how the world would look in it. To use this demo, you should have {bng} {clay} in the input",
|
43 |
-
examples = [["A set of bng clay textured unique tea cup designs, futuristic, warm colors, fine details, golden ratio composition, trending on artstation, volumetric lighting, octane render", "(bad anatomy), (blurry), grain, low quality",
|
44 |
-
["A world of bng clay textured building, modern architecture, futuristic, fine details, golden ratio composition, trending on artstation, volumetric lighting, octane render", "(bad anatomy), (blurry), grain, low quality",
|
45 |
-
["A collection of bng clay engraved necklace, locket, inspired by Victorian era style, fine details, golden ratio composition, trending on artstation, volumetric lighting, octane render", "(bad anatomy), (blurry), grain, low quality",
|
46 |
],
|
47 |
cache_examples=True
|
48 |
).queue().launch(debug=True)
|
|
|
40 |
],
|
41 |
title="A universe in Bengali clay",
|
42 |
description = "This model has been fine-tuned to learn the intricacies of traditional Bengali clay pottery. I trained it using self-made images of clay cups and saucers. My goal was to make my imagination wild with this particular clay texture and image how the world would look in it. To use this demo, you should have {bng} {clay} in the input",
|
43 |
+
examples = [["A set of bng clay textured unique tea cup designs, futuristic, warm colors, fine details, golden ratio composition, trending on artstation, volumetric lighting, octane render", "(bad anatomy), (blurry), grain, low quality", 3, 100, 15],
|
44 |
+
["A world of bng clay textured building, modern architecture, futuristic, fine details, golden ratio composition, trending on artstation, volumetric lighting, octane render", "(bad anatomy), (blurry), grain, low quality", 3, 100, 15],
|
45 |
+
["A collection of bng clay engraved necklace, locket, inspired by Victorian era style, fine details, golden ratio composition, trending on artstation, volumetric lighting, octane render", "(bad anatomy), (blurry), grain, low quality", 3, 100, 15]
|
46 |
],
|
47 |
cache_examples=True
|
48 |
).queue().launch(debug=True)
|