Dash-inc commited on
Commit
ff0846a
·
verified ·
1 Parent(s): aa0fc28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ if submit_button:
100
  "IllustrationStyle": illustration_value, # Ensure your FastAPI endpoint supports this parameter.
101
  }
102
 
103
- fastapi_url = "http://localhost:8000/generate-story" # Update if your endpoint URL differs.
104
 
105
  try:
106
  with st.spinner("Generating your story, please wait..."):
 
100
  "IllustrationStyle": illustration_value, # Ensure your FastAPI endpoint supports this parameter.
101
  }
102
 
103
+ fastapi_url = "https://dash-inc-story-generator.hf.space/generate-story" # Update if your endpoint URL differs.
104
 
105
  try:
106
  with st.spinner("Generating your story, please wait..."):