Shamima commited on
Commit
243167e
·
1 Parent(s): 8115e94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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", 4, 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", "(bad anatomy), (blurry), grain", 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", "(bad anatomy), (blurry), grain", 3, 100, 15]
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)