Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import requests
|
| 3 |
|
| 4 |
-
API_URL = "https://api-inference.huggingface.co/models/google/gemma-7b"
|
| 5 |
headers = {"Authorization": st.secrets["access_token"]}
|
| 6 |
|
| 7 |
def query(payload):
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import requests
|
| 3 |
|
| 4 |
+
API_URL = "https://api-inference.huggingface.co/models/google/gemma-7b-it"
|
| 5 |
headers = {"Authorization": st.secrets["access_token"]}
|
| 6 |
|
| 7 |
def query(payload):
|