Hammad712 commited on
Commit
7cdf659
·
verified ·
1 Parent(s): dc1f233

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://hammad712-story-generator.hf.space/generate-story" # Update if your endpoint URL differs.
104
 
105
  try:
106
  with st.spinner("Generating your story, please wait..."):