Spaces:
Runtime error
Runtime error
Commit
·
4f145f2
1
Parent(s):
c8ec340
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,6 +58,7 @@ def process_file(files):
|
|
| 58 |
)
|
| 59 |
# Extracting the result
|
| 60 |
result = response.choices[0]["message"]["content"]
|
|
|
|
| 61 |
print("After in min gpt")
|
| 62 |
print(json.loads(result))
|
| 63 |
|
|
|
|
| 58 |
)
|
| 59 |
# Extracting the result
|
| 60 |
result = response.choices[0]["message"]["content"]
|
| 61 |
+
print(result)
|
| 62 |
print("After in min gpt")
|
| 63 |
print(json.loads(result))
|
| 64 |
|