Update app.py
Browse files
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 = "
|
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..."):
|