We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e43930 commit 48ef048Copy full SHA for 48ef048
1 file changed
interact_local.py
@@ -33,6 +33,7 @@ def index():
33
if request.method == 'POST':
34
data = request.get_json()
35
if data==None: data=json.loads(request.data)
36
+ print(data)
37
return predict_fn(data["inputs"])[0].decode('utf-8')
38
39
if __name__ == "__main__":
0 commit comments