Spaces:
Sleeping
Sleeping
Elijahbodden
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -87,9 +87,10 @@ def respond(
|
|
87 |
yield response
|
88 |
|
89 |
|
90 |
-
with gr.Blocks(css=".bubble-gap {gap: 6px !important}", theme="shivi/calm_seafoam"
|
|
|
91 |
gr.Markdown("Llama 3 8b finetuned on 2.5k of my discord messages. [Train your own clone!](https://gist.github.com/Elijah-Bodden/1964bd02fcd19efef65f6e0cd92881c4)")
|
92 |
-
with gr.Accordion("Q&A:"):
|
93 |
gr.Markdown("""Q Why is the model so fucking slow
|
94 |
A The model might be slow if it hasn't run recently or a lot of people are using it (it's running on llama.cpp on a single a very slow cpu). You can duplicate the space to get your own (free) instance with no wait times.
|
95 |
Q Why is the model so dumb
|
|
|
87 |
yield response
|
88 |
|
89 |
|
90 |
+
with gr.Blocks(css=".bubble-gap {gap: 6px !important}", theme="shivi/calm_seafoam") as demo:
|
91 |
+
gr.Markdown("# EliGPT v1.3")
|
92 |
gr.Markdown("Llama 3 8b finetuned on 2.5k of my discord messages. [Train your own clone!](https://gist.github.com/Elijah-Bodden/1964bd02fcd19efef65f6e0cd92881c4)")
|
93 |
+
with gr.Accordion("Q&A:", open=False):
|
94 |
gr.Markdown("""Q Why is the model so fucking slow
|
95 |
A The model might be slow if it hasn't run recently or a lot of people are using it (it's running on llama.cpp on a single a very slow cpu). You can duplicate the space to get your own (free) instance with no wait times.
|
96 |
Q Why is the model so dumb
|