vilarin commited on
Commit
99c5928
1 Parent(s): c1b679f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -138,7 +138,9 @@ 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=[
 
138
  label = "Account ID",
139
  type = "password"
140
  )
141
+ gr.HTML("""
142
+ <p>Powered By Cloudflare Workers AI | <a href="https://github.com/snekkenull/ImageX">Run Locally with Source Code</a></p>
143
+ """)
144
 
145
  gr.on(
146
  triggers=[