harpomaxx commited on
Commit
adf56be
1 Parent(s): 4188a6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def gr_generate_images(prompt: str, num_inference = 20, guidance_scale = 8 ):
24
  image = generate_image(prompt, guidance_scale, num_inference)
25
  return image
26
 
27
- with gr.Blocks() as demo:
28
  examples = [
29
  [
30
  'A black and white cute character on top of a hill',
 
24
  image = generate_image(prompt, guidance_scale, num_inference)
25
  return image
26
 
27
+ with gr.Blocks(css="style.css") as demo:
28
  examples = [
29
  [
30
  'A black and white cute character on top of a hill',