Spaces:
Runtime error
Runtime error
LinkangZhan
commited on
Commit
•
10a57ab
1
Parent(s):
b263754
no function
Browse files
app.py
CHANGED
@@ -101,4 +101,4 @@ 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 |
+
demo.queue().launch()
|