Omnibus commited on
Commit
8626632
·
1 Parent(s): 4f592a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -172,9 +172,9 @@ def decode_qr(im,passw):
172
 
173
  return(dec_im,mes_dec,dec_json)
174
 
175
- def predict(text, url_params):
176
- print(url_params)
177
- return ["Hello " + text + "!!", url_params]
178
 
179
 
180
  get_window_url_params = """
 
172
 
173
  return(dec_im,mes_dec,dec_json)
174
 
175
+ def predict(url_params):
176
+ #print(url_params)
177
+ return [url_params]
178
 
179
 
180
  get_window_url_params = """