LouisLi commited on
Commit
54f74e6
·
verified ·
1 Parent(s): e3563ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1865,9 +1865,9 @@ print("this is a print test")
1865
 
1866
  def create_ui():
1867
  print(6)
1868
- # title = """<p><h1 align="center">EyeSee Anything in Art</h1></p>
1869
- # """
1870
- # description = """<p>Gradio demo for EyeSee Anything in Art, image to dense captioning generation with various language styles. To use it, simply upload your image, or click one of the examples to load them. """
1871
 
1872
  examples = [
1873
  ["test_images/1.The Ambassadors.jpg","test_images/task1.jpg","task 1"],
 
1865
 
1866
  def create_ui():
1867
  print(6)
1868
+ title = """<p><h1 align="center">EyeSee Anything in Art</h1></p>
1869
+ """
1870
+ description = """<p>Gradio demo for EyeSee Anything in Art, image to dense captioning generation with various language styles. To use it, simply upload your image, or click one of the examples to load them. """
1871
 
1872
  examples = [
1873
  ["test_images/1.The Ambassadors.jpg","test_images/task1.jpg","task 1"],