Spaces:
Runtime error
Runtime error
Update readme.md
Browse files
readme.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
-
|
2 |
title: newest_llama
|
3 |
emoji: 🦙
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
-
sdk: gradio #
|
7 |
-
sdk_version: "3.23.0"
|
8 |
-
app_file: app.py #
|
9 |
pinned: false
|
10 |
-
|
|
|
|
|
|
1 |
+
---
|
2 |
title: newest_llama
|
3 |
emoji: 🦙
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
+
sdk: gradio # Assuming you're using Gradio to interact with the model. You can also use 'streamlit' or 'static' based on the interface.
|
7 |
+
sdk_version: "3.23.0" # Specify the version of Gradio or the relevant SDK you're using
|
8 |
+
app_file: app.py # This points to the main Python file (e.g., app.py) that runs the model
|
9 |
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
This Hugging Face Space runs the Llama model for natural language processing tasks using a Gradio interface.
|