angtrim commited on
Commit
d266f9a
1 Parent(s): 10a2381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -41
app.py CHANGED
@@ -216,47 +216,8 @@ async () => {
216
  """
217
 
218
  with gr.Blocks(css="style.css") as demo:
219
- #gr.Markdown("# pix2pix-Turbo: **Sketch**", elem_id="description")
220
- #gr.Markdown("**Paper:** [One-Step Image Translation with Text-to-Image Models](https://arxiv.org/abs/2403.12036) ", elem_id="paper_name")
221
- #gr.Markdown("**GitHub:** https://github.com/GaParmar/img2img-turbo", elem_id="github")
222
- gr.HTML(
223
- """
224
- <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
225
- <div>
226
- <h2><a href="https://github.com/GaParmar/img2img-turbo">One-Step Image Translation with Text-to-Image Models</a></h2>
227
- <div>
228
- <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
229
- <a href='https://gauravparmar.com/'>Gaurav Parmar, </a>
230
- &nbsp;
231
- <a href='https://taesung.me/'> Taesung Park,</a>
232
- &nbsp;
233
- <a href='https://www.cs.cmu.edu/~srinivas/'>Srinivasa Narasimhan, </a>
234
- &nbsp;
235
- <a href='https://www.cs.cmu.edu/~junyanz/'> Jun-Yan Zhu </a>
236
- </div>
237
- </div>
238
- </br>
239
- <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
240
- <a href='https://arxiv.org/abs/2403.12036'>
241
- <img src="https://img.shields.io/badge/arXiv-2403.12036-red">
242
- </a>
243
- &nbsp;
244
- <a href='https://github.com/GaParmar/img2img-turbo'>
245
- <img src='https://img.shields.io/badge/github-%23121011.svg'>
246
- </a>
247
- &nbsp;
248
- <a href='https://github.com/GaParmar/img2img-turbo/blob/main/LICENSE'>
249
- <img src='https://img.shields.io/badge/license-MIT-lightgrey'>
250
- </a>
251
- </div>
252
- </div>
253
- </div>
254
- <div>
255
- </br>
256
- </div>
257
- """
258
- )
259
-
260
 
261
  # these are hidden buttons that are used to trigger the canvas changes
262
  line = gr.Checkbox(label="line", value=False, elem_id="cb-line")
 
216
  """
217
 
218
  with gr.Blocks(css="style.css") as demo:
219
+
220
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
 
222
  # these are hidden buttons that are used to trigger the canvas changes
223
  line = gr.Checkbox(label="line", value=False, elem_id="cb-line")