Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def show_html():
|
|
59 |
prompt: prompt,
|
60 |
zeitstempel: zeitstempel
|
61 |
};
|
62 |
-
const response = await fetch("https://mgokg-fastapi.hf.space/items", {
|
63 |
method: "POST",
|
64 |
headers: {
|
65 |
"Content-Type": "application/json"
|
|
|
59 |
prompt: prompt,
|
60 |
zeitstempel: zeitstempel
|
61 |
};
|
62 |
+
const response = await fetch("https://mgokg-fastapi.hf.space:8000/items", {
|
63 |
method: "POST",
|
64 |
headers: {
|
65 |
"Content-Type": "application/json"
|