Commit
·
15317be
1
Parent(s):
5d58ab8
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def one_shot(image,input_text,gender):
|
|
46 |
f.write(jq_run.stdout.decode('utf-8').strip())
|
47 |
import json
|
48 |
|
49 |
-
with open('
|
50 |
file_contents = user_file.read()
|
51 |
|
52 |
|
|
|
46 |
f.write(jq_run.stdout.decode('utf-8').strip())
|
47 |
import json
|
48 |
|
49 |
+
with open('test.json') as user_file:
|
50 |
file_contents = user_file.read()
|
51 |
|
52 |
|