Spaces:
Runtime error
Runtime error
Commit
·
5323eae
1
Parent(s):
881056b
Update app-org.py
Browse files- app-org.py +1 -1
app-org.py
CHANGED
|
@@ -63,7 +63,7 @@ interf = gr.ChatInterface(
|
|
| 63 |
chatbot=chatbot,
|
| 64 |
textbox=textbox,
|
| 65 |
submit_btn=submit_btn,
|
| 66 |
-
title="
|
| 67 |
examples=examples_list,
|
| 68 |
theme=gr.themes.Glass(text_size="sm", spacing_size="sm"),
|
| 69 |
).queue(max_size=5)
|
|
|
|
| 63 |
chatbot=chatbot,
|
| 64 |
textbox=textbox,
|
| 65 |
submit_btn=submit_btn,
|
| 66 |
+
title="Llama-2-70b Locally Hosted",
|
| 67 |
examples=examples_list,
|
| 68 |
theme=gr.themes.Glass(text_size="sm", spacing_size="sm"),
|
| 69 |
).queue(max_size=5)
|