Spaces:
Sleeping
Sleeping
add changes
Browse files
app.py
CHANGED
|
@@ -97,6 +97,6 @@ gr.ChatInterface(
|
|
| 97 |
fn=generate,
|
| 98 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 99 |
title="Compilerx-LLM",
|
| 100 |
-
additional_inputs=additional_inputs
|
| 101 |
concurrency_limit=20,
|
| 102 |
).launch(show_api=True)
|
|
|
|
| 97 |
fn=generate,
|
| 98 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 99 |
title="Compilerx-LLM",
|
| 100 |
+
additional_inputs=additional_inputs,
|
| 101 |
concurrency_limit=20,
|
| 102 |
).launch(show_api=True)
|