change description
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
73 |
inputs=gr.Textbox(lines=5, label="学生時代に打ち込んだこと、研究、ESを入力", placeholder="半導体の研究に打ち込んだ"),
|
74 |
outputs=gr.Textbox(label="想定される質問"),
|
75 |
title="JURAN🌺",
|
76 |
-
description="
|
77 |
)
|
78 |
|
79 |
if __name__ == "__main__":
|
|
|
73 |
inputs=gr.Textbox(lines=5, label="学生時代に打ち込んだこと、研究、ESを入力", placeholder="半導体の研究に打ち込んだ"),
|
74 |
outputs=gr.Textbox(label="想定される質問"),
|
75 |
title="JURAN🌺",
|
76 |
+
description="predict",
|
77 |
)
|
78 |
|
79 |
if __name__ == "__main__":
|