Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
gr.load(
|
4 |
"meta-llama/Llama-3.2-1B-Instruct",
|
|
|
5 |
inputs = [gr.Textbox(label = "Input")],
|
6 |
outputs = [gr.Textbox(label = "Output")],
|
7 |
title = "Demo",
|
|
|
2 |
|
3 |
gr.load(
|
4 |
"meta-llama/Llama-3.2-1B-Instruct",
|
5 |
+
src = "models",
|
6 |
inputs = [gr.Textbox(label = "Input")],
|
7 |
outputs = [gr.Textbox(label = "Output")],
|
8 |
title = "Demo",
|