alexnasa commited on
Commit
849f41d
·
verified ·
1 Parent(s): 584caad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -6
app.py CHANGED
@@ -201,12 +201,24 @@ css = """
201
  with gr.Blocks(css=css) as demo:
202
 
203
  with gr.Column(elem_id="col-container"):
204
-
205
- gr.Markdown(
206
- """ # Chain-of-Zoom - – Extreme Super-Resolution via Scale Autoregression and Preference Alignment
207
-
208
- Source: [Github](https://github.com/bryanswkim/Chain-of-Zoom)
209
- Gradio App by : [@alexandernasa](https://twitter.com/alexandernasa/) """
 
 
 
 
 
 
 
 
 
 
 
 
210
  )
211
  with gr.Row():
212
  with gr.Column():
 
201
  with gr.Blocks(css=css) as demo:
202
 
203
  with gr.Column(elem_id="col-container"):
204
+
205
+ gr.HTML(
206
+ """
207
+ <div style="text-align: left;">
208
+ <p style="font-size:16px; display: inline; margin: 0;">
209
+ <strong>Chain-of-Zoom</strong> Extreme Super-Resolution via Scale Autoregression and Preference Alignment
210
+ </p>
211
+ <a href="https://github.com/bryanswkim/Chain-of-Zoom" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
212
+ [Github]
213
+ </a>
214
+ </div>
215
+ <div style="text-align: left;">
216
+ <strong>HF Space by:</strong>
217
+ <a href="https://twitter.com/alexandernasa/" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
218
+ <img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow Me" alt="GitHub Repo">
219
+ </a>
220
+ </div>
221
+ """
222
  )
223
  with gr.Row():
224
  with gr.Column():