Pasula commited on
Commit
692af8a
·
1 Parent(s): 03ebc14

add changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def call_compilex_data():
13
  with open(txt_file_path, 'r') as file:
14
  input_data = file.read()
15
 
16
- output = client.predict(input_data)
17
 
18
  return "Done Dev ! Data Added"
19
 
 
13
  with open(txt_file_path, 'r') as file:
14
  input_data = file.read()
15
 
16
+ output = client.generate_predictions(input_data)
17
 
18
  return "Done Dev ! Data Added"
19