Spaces:
Runtime error
Runtime error
LinkangZhan
commited on
Commit
•
b263754
1
Parent(s):
b00538d
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(server_port=6006
|
|
|
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(server_port=6006)
|