Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ gr.ChatInterface(
|
|
47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
48 |
title="Meta-Llama-3-8B-Instruct",
|
49 |
description="""
|
50 |
-
To Learn about Fine-tuning Llama-3-8B,
|
51 |
""",
|
52 |
additional_inputs=[
|
53 |
gr.Textbox("You are helpful AI.", label="System Prompt"),
|
|
|
47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
48 |
title="Meta-Llama-3-8B-Instruct",
|
49 |
description="""
|
50 |
+
To Learn about Fine-tuning Llama-3-8B, Check https://exnrt.com/blog/ai/finetune-llama3-8b/.
|
51 |
""",
|
52 |
additional_inputs=[
|
53 |
gr.Textbox("You are helpful AI.", label="System Prompt"),
|