mgokg commited on
Commit
a94f470
·
verified ·
1 Parent(s): 90a2706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"