Spaces:
Running
Running
Commit ·
d9cf71d
1
Parent(s): 20c21fe
update
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ css = """
|
|
| 100 |
|
| 101 |
with gr.Blocks(css=css) as demo:
|
| 102 |
with gr.Column(elem_id="col-container"):
|
| 103 |
-
gr.Markdown(" #
|
| 104 |
|
| 105 |
with gr.Row():
|
| 106 |
prompt = gr.Text(
|
|
|
|
| 100 |
|
| 101 |
with gr.Blocks(css=css) as demo:
|
| 102 |
with gr.Column(elem_id="col-container"):
|
| 103 |
+
gr.Markdown(" # LiteDiffusion")
|
| 104 |
|
| 105 |
with gr.Row():
|
| 106 |
prompt = gr.Text(
|