kkChimmy commited on
Commit
bfc928d
·
verified ·
1 Parent(s): 4248612

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,9 +3,9 @@ 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
 
 
3
  emoji: 🦙
4
  colorFrom: blue
5
  colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 4.44.1
8
+ app_file: app.py
9
  pinned: false
10
  ---
11