janasumit2911 commited on
Commit
2096d48
·
verified ·
1 Parent(s): dac7734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def process_images(params):
58
  # send_results_to_api(solutions, result_url)
59
 
60
  # return json.dumps({"solutions": solutions}, indent=4)
61
- return "hello"
62
 
63
 
64
  inputt = gr.Textbox(label="Parameters (JSON format)")
 
58
  # send_results_to_api(solutions, result_url)
59
 
60
  # return json.dumps({"solutions": solutions}, indent=4)
61
+ return {"hello":"hello"}
62
 
63
 
64
  inputt = gr.Textbox(label="Parameters (JSON format)")