Spaces:
Runtime error
Runtime error
LinkangZhan
commited on
Commit
•
b64802f
1
Parent(s):
10a57ab
no function
Browse files
app.py
CHANGED
@@ -101,4 +101,9 @@ with gr.Blocks() as demo:
|
|
101 |
sub.click(fn=respond,
|
102 |
inputs=[role_name, character_name, msg, textbox, temp, rep, max_len, top_p, top_k],
|
103 |
outputs=[msg, textbox])
|
|
|
|
|
|
|
|
|
|
|
104 |
demo.queue().launch()
|
|
|
101 |
sub.click(fn=respond,
|
102 |
inputs=[role_name, character_name, msg, textbox, temp, rep, max_len, top_p, top_k],
|
103 |
outputs=[msg, textbox])
|
104 |
+
gr.Markdown(
|
105 |
+
"""
|
106 |
+
#### 特别鸣谢 XXXX
|
107 |
+
"""
|
108 |
+
)
|
109 |
demo.queue().launch()
|