dolor8946 commited on
Commit
3b78e59
1 Parent(s): 23338db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -34,3 +34,7 @@ def detect(data):
34
  except Exception as e:
35
  print(str(e))
36
  return {}
 
 
 
 
 
34
  except Exception as e:
35
  print(str(e))
36
  return {}
37
+
38
+ @app.get("/detect")
39
+ def test():
40
+ return {'Hello':'world'}