Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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():
|