Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
|
|
67 |
|
68 |
詳細は以下のnote記事をご参考下さい。
|
69 |
|
70 |
-
https://
|
71 |
""")
|
72 |
|
73 |
txt = gr.Textbox(lines=2, label="Instruction", placeholder="ここに指示を入力してください.", max_lines=3)
|
|
|
67 |
|
68 |
詳細は以下のnote記事をご参考下さい。
|
69 |
|
70 |
+
https://note.com/kun1emon/n/n09098da8f39e
|
71 |
""")
|
72 |
|
73 |
txt = gr.Textbox(lines=2, label="Instruction", placeholder="ここに指示を入力してください.", max_lines=3)
|