Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,6 @@ def bot(
|
|
93 |
with gr.Blocks(
|
94 |
theme=gr.themes.Soft()
|
95 |
) as demo:
|
96 |
-
conversation_id = gr.State(get_uuid)
|
97 |
favicon = '<img src="https://cdn.midjourney.com/b88e5beb-6324-4820-8504-a1a37a9ba36d/0_1.png" width="48px" style="display: inline">'
|
98 |
gr.Markdown(
|
99 |
f"""<h1><center>{favicon}Saiga2 13B</center></h1>
|
|
|
93 |
with gr.Blocks(
|
94 |
theme=gr.themes.Soft()
|
95 |
) as demo:
|
|
|
96 |
favicon = '<img src="https://cdn.midjourney.com/b88e5beb-6324-4820-8504-a1a37a9ba36d/0_1.png" width="48px" style="display: inline">'
|
97 |
gr.Markdown(
|
98 |
f"""<h1><center>{favicon}Saiga2 13B</center></h1>
|