Spaces:
Sleeping
Sleeping
Update utils/api.py
Browse filesHugging Face Spaces API URL
- utils/api.py +1 -1
utils/api.py
CHANGED
|
@@ -5,7 +5,7 @@ import streamlit as st
|
|
| 5 |
import requests
|
| 6 |
from typing import List, Dict, Any, Tuple
|
| 7 |
|
| 8 |
-
FASTAPI_BASE_URL = "
|
| 9 |
|
| 10 |
@st.cache_data(ttl=600)
|
| 11 |
def get_available_models() -> List[str]:
|
|
|
|
| 5 |
import requests
|
| 6 |
from typing import List, Dict, Any, Tuple
|
| 7 |
|
| 8 |
+
FASTAPI_BASE_URL = "https://dvwn-nl2sql-api.hf.space"
|
| 9 |
|
| 10 |
@st.cache_data(ttl=600)
|
| 11 |
def get_available_models() -> List[str]:
|