Spaces:
Runtime error
Runtime error
BeardedMonster
commited on
Commit
•
e9dc958
1
Parent(s):
1857955
update
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ st.write("**Avg Response time: 15 secs/ 50 tokens. Response time increase with i
|
|
69 |
st.write("-"*50)
|
70 |
|
71 |
def generate_from_api(user_input, generation_config):
|
72 |
-
url = "https://pauljeffrey--sabiyarn-fastapi-app
|
73 |
|
74 |
payload = json.dumps({
|
75 |
"prompt": user_input,
|
|
|
69 |
st.write("-"*50)
|
70 |
|
71 |
def generate_from_api(user_input, generation_config):
|
72 |
+
url = " https://pauljeffrey--sabiyarn-fastapi-app.modal.run/predict"
|
73 |
|
74 |
payload = json.dumps({
|
75 |
"prompt": user_input,
|