Spaces:
Sleeping
Sleeping
Commit
·
ecb38ea
1
Parent(s):
fb05977
Update app.py
Browse files
app.py
CHANGED
@@ -47,9 +47,8 @@ def generate(
|
|
47 |
|
48 |
additional_inputs = [
|
49 |
gr.Radio(
|
50 |
-
label="
|
51 |
choices=["MAESTRO", "MEDICO", "TERAPEUTA", "NUTRIOLOGO", "FILOSOFO", "PROGRAMADOR"],
|
52 |
-
value=0,
|
53 |
)
|
54 |
]
|
55 |
|
@@ -60,4 +59,4 @@ chat_interface = gr.ChatInterface(
|
|
60 |
concurrency_limit=4,
|
61 |
)
|
62 |
|
63 |
-
chat_interface.launch(show_api=False)
|
|
|
47 |
|
48 |
additional_inputs = [
|
49 |
gr.Radio(
|
50 |
+
label="System Prompt",
|
51 |
choices=["MAESTRO", "MEDICO", "TERAPEUTA", "NUTRIOLOGO", "FILOSOFO", "PROGRAMADOR"],
|
|
|
52 |
)
|
53 |
]
|
54 |
|
|
|
59 |
concurrency_limit=4,
|
60 |
)
|
61 |
|
62 |
+
chat_interface.launch(show_api=False)
|