Spaces:
Runtime error
Runtime error
fix typo
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ if __name__ == '__main__':
|
|
118 |
2. Output is bounded from 0 to 10. The higher the better.
|
119 |
"""
|
120 |
|
121 |
-
article = "<p style='text-align: center'><a href='https://laion.ai/blog/laion-aesthetics/'>LAION
|
122 |
|
123 |
with gr.Blocks() as demo:
|
124 |
gr.Markdown(description)
|
|
|
118 |
2. Output is bounded from 0 to 10. The higher the better.
|
119 |
"""
|
120 |
|
121 |
+
article = "<p style='text-align: center'><a href='https://laion.ai/blog/laion-aesthetics/'>LAION aesthetics blog post</a></p>"
|
122 |
|
123 |
with gr.Blocks() as demo:
|
124 |
gr.Markdown(description)
|