Spaces:
Runtime error
Runtime error
Young Ho Shin
commited on
Commit
•
099d0f1
1
Parent(s):
59e5930
Really add article
Browse files
app.py
CHANGED
@@ -122,6 +122,7 @@ demo = gr.Interface(
|
|
122 |
],
|
123 |
title=title,
|
124 |
description=description,
|
|
|
125 |
)
|
126 |
|
127 |
if __name__ == "__main__":
|
|
|
122 |
],
|
123 |
title=title,
|
124 |
description=description,
|
125 |
+
article=article,
|
126 |
)
|
127 |
|
128 |
if __name__ == "__main__":
|