Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -366,9 +366,9 @@ def get_style():
|
|
366 |
|
367 |
|
368 |
def create_ui():
|
369 |
-
title = """<p><h1 align="center">
|
370 |
"""
|
371 |
-
description = """<p>Gradio demo for
|
372 |
|
373 |
examples = [
|
374 |
["test_images/img35.webp"],
|
|
|
366 |
|
367 |
|
368 |
def create_ui():
|
369 |
+
title = """<p><h1 align="center">EyeSee Anything in Art</h1></p>
|
370 |
"""
|
371 |
+
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. """
|
372 |
|
373 |
examples = [
|
374 |
["test_images/img35.webp"],
|