Spaces:
Build error
Build error
jwyang
commited on
Commit
•
ef92da5
1
Parent(s):
139c6cb
update readme
Browse files
app.py
CHANGED
@@ -154,4 +154,5 @@ gr.Interface(
|
|
154 |
["./apple_with_ipod.jpg", "an ipod; an apple with a write note 'ipod'; an apple"],
|
155 |
["./crowd2.jpg", "a street; a street with a woman walking in the middle; a street with a man walking in the middle"],
|
156 |
],
|
|
|
157 |
).launch()
|
|
|
154 |
["./apple_with_ipod.jpg", "an ipod; an apple with a write note 'ipod'; an apple"],
|
155 |
["./crowd2.jpg", "a street; a street with a woman walking in the middle; a street with a man walking in the middle"],
|
156 |
],
|
157 |
+
article=Path("docs/intro.md").read_text()
|
158 |
).launch()
|