Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with st.container():
|
|
90 |
|
91 |
# Determine the selected Model
|
92 |
if selected_api_url == "bart-large-cnn":
|
93 |
-
API_URL = "https://api-inference.huggingface.co/models/asrilmurdian/asril-pegasus-model"
|
94 |
|
95 |
with st.container():
|
96 |
# Download and parse the article
|
|
|
90 |
|
91 |
# Determine the selected Model
|
92 |
if selected_api_url == "bart-large-cnn":
|
93 |
+
API_URL = "https://api-inference.huggingface.co/models/asrilmurdian/asril-pegasus-model"
|
94 |
|
95 |
with st.container():
|
96 |
# Download and parse the article
|