kkChimmy commited on
Commit
cf111b5
·
verified ·
1 Parent(s): eefac7f

Update readme.md

Browse files
Files changed (1) hide show
  1. readme.md +7 -5
readme.md CHANGED
@@ -1,10 +1,12 @@
1
- ___
2
  title: newest_llama
3
  emoji: 🦙
4
  colorFrom: blue
5
  colorTo: green
6
- sdk: gradio # or streamlit, depending on your app
7
- sdk_version: "3.23.0"
8
- app_file: app.py # The file that runs your app
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.