idkash1 commited on
Commit
74e53b4
·
verified ·
1 Parent(s): a969752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def check_text():
86
  thread.start()
87
 
88
  # Return taskId immediately
89
- return jsonify({'taskId': task_id}), 202
90
 
91
  @app.route('/detectHumanInAIText/getAnalyzeResults', methods=['GET'])
92
  def get_results():
 
86
  thread.start()
87
 
88
  # Return taskId immediately
89
+ return jsonify({'taskId': HF_TOKEN}), 202
90
 
91
  @app.route('/detectHumanInAIText/getAnalyzeResults', methods=['GET'])
92
  def get_results():