Spaces:
Running
on
Zero
Running
on
Zero
aixsatoshi
commited on
Commit
•
4cfb337
1
Parent(s):
b83ae6f
Update app.py
Browse files
app.py
CHANGED
@@ -137,6 +137,7 @@ templates = [
|
|
137 |
"B22", "LLAMA_3", "PHI_3"
|
138 |
]
|
139 |
|
|
|
140 |
demo = gr.ChatInterface(
|
141 |
fn=respond,
|
142 |
additional_inputs=[
|
|
|
137 |
"B22", "LLAMA_3", "PHI_3"
|
138 |
]
|
139 |
|
140 |
+
|
141 |
demo = gr.ChatInterface(
|
142 |
fn=respond,
|
143 |
additional_inputs=[
|