Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def generate(
|
|
89 |
chat_interface = gr.ChatInterface(
|
90 |
fn=generate,
|
91 |
additional_inputs=[
|
92 |
-
gr.Textbox(label="Model ID",
|
93 |
gr.Textbox(label="System prompt", lines=6),
|
94 |
gr.Slider(
|
95 |
label="Max new tokens",
|
|
|
89 |
chat_interface = gr.ChatInterface(
|
90 |
fn=generate,
|
91 |
additional_inputs=[
|
92 |
+
gr.Textbox(label="Model ID", placeholder="Nekochu/Luminia-13B-v3"),
|
93 |
gr.Textbox(label="System prompt", lines=6),
|
94 |
gr.Slider(
|
95 |
label="Max new tokens",
|