Staticaliza
commited on
Commit
·
8167b6f
1
Parent(s):
f23f1ad
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,5 @@ with gr.Blocks() as demo:
|
|
74 |
|
75 |
run.click(predict, inputs = [input, instruction, history, temperature, top_p, top_k, rep_p, max_tokens], outputs = [output, input, history])
|
76 |
clear.click(clear_history, [], history)
|
77 |
-
cloud.click(maintain_cloud, inputs = [], outputs = [input, output])
|
78 |
|
79 |
demo.queue(concurrency_count = 500, api_open = True).launch(show_api = True)
|
|
|
74 |
|
75 |
run.click(predict, inputs = [input, instruction, history, temperature, top_p, top_k, rep_p, max_tokens], outputs = [output, input, history])
|
76 |
clear.click(clear_history, [], history)
|
|
|
77 |
|
78 |
demo.queue(concurrency_count = 500, api_open = True).launch(show_api = True)
|