Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,7 @@ with gr.Blocks(css=css) as demo:
|
|
71 |
|
72 |
with gr.Column(elem_id="col-container"):
|
73 |
gr.Markdown(f"""
|
74 |
-
# Text-to-Image
|
75 |
-
Currently running on {power_device}.
|
76 |
""")
|
77 |
|
78 |
with gr.Row():
|
|
|
71 |
|
72 |
with gr.Column(elem_id="col-container"):
|
73 |
gr.Markdown(f"""
|
74 |
+
# Text-to-Image and style transfer.
|
|
|
75 |
""")
|
76 |
|
77 |
with gr.Row():
|