ahmedbrs commited on
Commit
c8da19b
·
1 Parent(s): b5a494e

update text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -327,7 +327,7 @@ with gr.Blocks(js=scripts, css=css, theme='gstaff/xkcd') as demo:
327
  gr.HTML("<h1 class='black-text' style='text-align: center;'>Open Vocabulary Scene Sketch Semantic Understanding</div>")
328
  gr.HTML("<div class='black-text'></div>")
329
  # gr.HTML("<div class='black-text' style='text-align: center;'><a href='https://ahmedbourouis.github.io/ahmed-bourouis/'>Ahmed Bourouis</a>,<a href='https://profiles.stanford.edu/judith-fan'>Judith Ellen Fan</a>, <a href='https://yulia.gryaditskaya.com/'>Yulia Gryaditskaya</a></div>")
330
- gr.HTML("<div class='black-text' style='text-align: center;'>Ahmed Bourouis,Judith Ellen Fan, Yulia Gryaditskaya</div>")
331
  gr.HTML("<div class='black-text' style='text-align: center;' >CVPR, 2024</p>")
332
  gr.HTML("<div style='text-align: center;'><p><a href='https://ahmedbourouis.github.io/Scene_Sketch_Segmentation/'>Project page</a></p></div>")
333
 
 
327
  gr.HTML("<h1 class='black-text' style='text-align: center;'>Open Vocabulary Scene Sketch Semantic Understanding</div>")
328
  gr.HTML("<div class='black-text'></div>")
329
  # gr.HTML("<div class='black-text' style='text-align: center;'><a href='https://ahmedbourouis.github.io/ahmed-bourouis/'>Ahmed Bourouis</a>,<a href='https://profiles.stanford.edu/judith-fan'>Judith Ellen Fan</a>, <a href='https://yulia.gryaditskaya.com/'>Yulia Gryaditskaya</a></div>")
330
+ gr.HTML("<div class='black-text' style='text-align: center;'>Ahmed Bourouis, Judith Ellen Fan, Yulia Gryaditskaya</div>")
331
  gr.HTML("<div class='black-text' style='text-align: center;' >CVPR, 2024</p>")
332
  gr.HTML("<div style='text-align: center;'><p><a href='https://ahmedbourouis.github.io/Scene_Sketch_Segmentation/'>Project page</a></p></div>")
333