wasmdashai commited on
Commit
3afa178
·
verified ·
1 Parent(s): d76bd16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -8,9 +8,8 @@ def get_text_ai(json_input):
8
  result = client.predict(
9
  text=text,
10
  key=key,
11
- api_name="/predict"
12
- )
13
- return result
14
 
15
 
16
 
 
8
  result = client.predict(
9
  text=text,
10
  key=key,
11
+ api_name="/predict")
12
+ return result
 
13
 
14
 
15