piyk commited on
Commit
19c67d0
·
verified ·
1 Parent(s): bd07714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def generate_image(prompt, num_inference_steps, height, width, guidance_scale, s
57
  # Create the Gradio interface
58
 
59
  examples = [
60
- ["Full-body, realistic photo of a computer engineer in a data center, conducting an experiment"]
61
  ]
62
 
63
  css = '''
@@ -76,6 +76,7 @@ with gr.Blocks(css=css) as demo:
76
  )
77
  gr.HTML(
78
  """
 
79
  """
80
  )
81
  with gr.Group():
 
57
  # Create the Gradio interface
58
 
59
  examples = [
60
+ ["Full-body, realistic photo of a network engineer in a data center, conducting an experiment"]
61
  ]
62
 
63
  css = '''
 
76
  )
77
  gr.HTML(
78
  """
79
+ Made by csit.udru.ac.th for non-commercial license
80
  """
81
  )
82
  with gr.Group():