Spaces:
Runtime error
Runtime error
Update edit_app.py
Browse files- edit_app.py +2 -4
edit_app.py
CHANGED
|
@@ -125,11 +125,9 @@ def main():
|
|
| 125 |
|
| 126 |
with gr.Blocks() as demo:
|
| 127 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
|
| 128 |
-
|
| 129 |
</h1>
|
| 130 |
-
|
| 131 |
-
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 132 |
-
<p/>""")
|
| 133 |
with gr.Row():
|
| 134 |
with gr.Column(scale=1, min_width=100):
|
| 135 |
generate_button = gr.Button("Edit")
|
|
|
|
| 125 |
|
| 126 |
with gr.Blocks() as demo:
|
| 127 |
gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
|
| 128 |
+
GiornalettismoAI: Create and edit images using AI
|
| 129 |
</h1>
|
| 130 |
+
""")
|
|
|
|
|
|
|
| 131 |
with gr.Row():
|
| 132 |
with gr.Column(scale=1, min_width=100):
|
| 133 |
generate_button = gr.Button("Edit")
|