Spaces:
Sleeping
Sleeping
Venkateshwar Reddy commited on
Commit ·
d34b9d8
1
Parent(s): 0111f03
changess
Browse files
app.py
CHANGED
|
@@ -51,14 +51,14 @@ with gr.Blocks(css=css) as demo:
|
|
| 51 |
|
| 52 |
with gr.Column(elem_id="col-container"):
|
| 53 |
gr.Markdown(f"""
|
| 54 |
-
#
|
| 55 |
Currently running on {power_device}.
|
| 56 |
""")
|
| 57 |
|
| 58 |
with gr.Row():
|
| 59 |
|
| 60 |
prompt = gr.Text(
|
| 61 |
-
label="Prompt",
|
| 62 |
show_label=False,
|
| 63 |
max_lines=1,
|
| 64 |
placeholder="Enter your prompt",
|
|
|
|
| 51 |
|
| 52 |
with gr.Column(elem_id="col-container"):
|
| 53 |
gr.Markdown(f"""
|
| 54 |
+
# FACE GENERATOR
|
| 55 |
Currently running on {power_device}.
|
| 56 |
""")
|
| 57 |
|
| 58 |
with gr.Row():
|
| 59 |
|
| 60 |
prompt = gr.Text(
|
| 61 |
+
label="Prompt: (wont use)",
|
| 62 |
show_label=False,
|
| 63 |
max_lines=1,
|
| 64 |
placeholder="Enter your prompt",
|