Update app.py
Browse files
app.py
CHANGED
@@ -109,10 +109,8 @@ seafoam = SeafoamCustom()
|
|
109 |
with gr.Blocks(theme=seafoam, analytics_enabled=False, css=css) as demo:
|
110 |
with gr.Column():
|
111 |
gr.Markdown(
|
112 |
-
""" ##
|
113 |
-
|
114 |
-
7b quantized 4bit (q4_0)
|
115 |
-
|
116 |
Type in the box below and click the button to generate answers to your most pressing questions!
|
117 |
|
118 |
"""
|
|
|
109 |
with gr.Blocks(theme=seafoam, analytics_enabled=False, css=css) as demo:
|
110 |
with gr.Column():
|
111 |
gr.Markdown(
|
112 |
+
""" ##
|
113 |
+
|
|
|
|
|
114 |
Type in the box below and click the button to generate answers to your most pressing questions!
|
115 |
|
116 |
"""
|