CognitiveScience commited on
Commit
f5a957a
·
1 Parent(s): 58b0d80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -103,10 +103,10 @@ def ccogsphere(name: str, rate: str, celsci: str):
103
  client = Client("https://osaaso-mistral-7b-instruct.hf.space/")
104
  result = client.predict(
105
  mess,
106
- 0.9,
107
- 256,
108
- 0.95,
109
- 1.0,
110
  api_name="/chat"
111
  )
112
  nam=result.json() #name1[0]
 
103
  client = Client("https://osaaso-mistral-7b-instruct.hf.space/")
104
  result = client.predict(
105
  mess,
106
+ 0,
107
+ 0,
108
+ 0,
109
+ 1,
110
  api_name="/chat"
111
  )
112
  nam=result.json() #name1[0]