Spaces:
Paused
Paused
Update space
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ def clear_chat(chat_history_state, chat_message):
|
|
| 124 |
|
| 125 |
|
| 126 |
def gui(llm_chat):
|
| 127 |
-
with gr.Blocks(
|
| 128 |
gr.Markdown("# Llama 3 70B Instruct GGUF")
|
| 129 |
gr.Markdown(
|
| 130 |
f"""
|
|
|
|
| 124 |
|
| 125 |
|
| 126 |
def gui(llm_chat):
|
| 127 |
+
with gr.Blocks() as app:
|
| 128 |
gr.Markdown("# Llama 3 70B Instruct GGUF")
|
| 129 |
gr.Markdown(
|
| 130 |
f"""
|