sam2ai commited on
Commit
7439eb6
·
1 Parent(s): 19b2673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def http_bot_yield(prompt):
20
  "temperature": 0.1
21
  }
22
  response = requests.post(
23
- 'https://cb97-34-125-88-75.ngrok-free.app/generate',
24
  headers=headers,
25
  json=pload,
26
  stream=True
 
20
  "temperature": 0.1
21
  }
22
  response = requests.post(
23
+ 'http://164.52.204.24/generate',
24
  headers=headers,
25
  json=pload,
26
  stream=True