Spaces:
Runtime error
Runtime error
Commit
·
dd4df2b
1
Parent(s):
991b061
Update app.py
Browse files
app.py
CHANGED
@@ -122,5 +122,5 @@ with gr.Blocks(title=title) as demo:
|
|
122 |
clear.click(lambda: None, [], [output])
|
123 |
data.click(lambda x: x, [data], [instruction, input, token_count, temperature, top_p, presence_penalty, count_penalty])
|
124 |
|
125 |
-
demo.queue(
|
126 |
demo.launch(share=False)
|
|
|
122 |
clear.click(lambda: None, [], [output])
|
123 |
data.click(lambda x: x, [data], [instruction, input, token_count, temperature, top_p, presence_penalty, count_penalty])
|
124 |
|
125 |
+
demo.queue(max_size=10)
|
126 |
demo.launch(share=False)
|