Triyono2026 commited on
Commit
f739f42
·
verified ·
1 Parent(s): 595f793

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -15,7 +15,7 @@ import os
15
  st.set_page_config(page_title="AI Video Scene Architect", page_icon="🎬", layout="wide")
16
 
17
  # Model yang lebih stabil (V0.3 lebih baru dan jarang error 410)
18
- MODEL_URL = "https://api-inference.huggingface.co/models/Mistralai/Mistral-7B-Instruct-v0.2"
19
 
20
  def query_ai(prompt, token):
21
  headers = {"Authorization": f"Bearer {token}"}
 
15
  st.set_page_config(page_title="AI Video Scene Architect", page_icon="🎬", layout="wide")
16
 
17
  # Model yang lebih stabil (V0.3 lebih baru dan jarang error 410)
18
+ MODEL_URL = "https://router.huggingface.co/models/Mistralai/Mistral-7B-Instruct-v0.2"
19
 
20
  def query_ai(prompt, token):
21
  headers = {"Authorization": f"Bearer {token}"}