Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ def generate(
|
|
59 |
|
60 |
|
61 |
chat_interface = gr.ChatInterface(
|
|
|
62 |
fn=generate,
|
63 |
additional_inputs=[
|
64 |
gr.Textbox(label="System prompt", lines=6),
|
|
|
59 |
|
60 |
|
61 |
chat_interface = gr.ChatInterface(
|
62 |
+
name='DragonAI',
|
63 |
fn=generate,
|
64 |
additional_inputs=[
|
65 |
gr.Textbox(label="System prompt", lines=6),
|