Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def gen(promtp: str, system_prompt: str):
|
|
133 |
|
134 |
# Gradio Interface
|
135 |
with gr.Blocks(theme="ocean") as demo:
|
136 |
-
gr.HTML("<h1><center>ImagenX
|
137 |
gr.HTML("<p><center>Powered By Cloudflare + Gradio</center></p>")
|
138 |
with gr.Row():
|
139 |
gen_text = gr.Markdown(label="Optimized Text")
|
|
|
133 |
|
134 |
# Gradio Interface
|
135 |
with gr.Blocks(theme="ocean") as demo:
|
136 |
+
gr.HTML("<h1><center>ImagenX</center></h1>")
|
137 |
gr.HTML("<p><center>Powered By Cloudflare + Gradio</center></p>")
|
138 |
with gr.Row():
|
139 |
gen_text = gr.Markdown(label="Optimized Text")
|