Update app.py
Browse files
app.py
CHANGED
@@ -117,8 +117,8 @@ iface = gr.Interface(
|
|
117 |
fn=gradio_interface,
|
118 |
inputs=[],
|
119 |
outputs=gr.Markdown(),
|
120 |
-
title="
|
121 |
-
description="[Daily Papers](https://huggingface.co/papers)
|
122 |
)
|
123 |
|
124 |
if __name__ == "__main__":
|
|
|
117 |
fn=gradio_interface,
|
118 |
inputs=[],
|
119 |
outputs=gr.Markdown(),
|
120 |
+
title="Dairy Papers 日本語要約ツール",
|
121 |
+
description="[Daily Papers](https://huggingface.co/papers)に掲載された論文を日本語で要約します。"
|
122 |
)
|
123 |
|
124 |
if __name__ == "__main__":
|