Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def gen(prompt: str, system_prompt: str, token: str, accountId: str):
|
|
117 |
|
118 |
# Gradio Interface
|
119 |
with gr.Blocks(theme="ocean") as demo:
|
120 |
-
gr.HTML("<h1><center>
|
121 |
prompt = gr.Textbox(label='Enter Your Prompt', placeholder="Enter prompt...")
|
122 |
with gr.Row():
|
123 |
sendBtn = gr.Button(variant='primary')
|
@@ -138,7 +138,7 @@ with gr.Blocks(theme="ocean") as demo:
|
|
138 |
label = "Account ID",
|
139 |
type = "password"
|
140 |
)
|
141 |
-
gr.HTML("<p>Powered By Cloudflare Workers AI</p>")
|
142 |
|
143 |
gr.on(
|
144 |
triggers=[
|
|
|
117 |
|
118 |
# Gradio Interface
|
119 |
with gr.Blocks(theme="ocean") as demo:
|
120 |
+
gr.HTML("<h1><center>ImageX</center></h1>")
|
121 |
prompt = gr.Textbox(label='Enter Your Prompt', placeholder="Enter prompt...")
|
122 |
with gr.Row():
|
123 |
sendBtn = gr.Button(variant='primary')
|
|
|
138 |
label = "Account ID",
|
139 |
type = "password"
|
140 |
)
|
141 |
+
gr.HTML("<p>Powered By Cloudflare Workers AI. <a href="https://github.com/snekkenull/ImageX">Source Code</a></p>")
|
142 |
|
143 |
gr.on(
|
144 |
triggers=[
|