Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def predict_pptx_content(file_path):
|
|
44 |
|
45 |
output_dict = json.dumps(output, indent = 3)
|
46 |
|
47 |
-
return
|
48 |
|
49 |
except Exception as e:
|
50 |
# Log the error details
|
|
|
44 |
|
45 |
output_dict = json.dumps(output, indent = 3)
|
46 |
|
47 |
+
return output_dict
|
48 |
|
49 |
except Exception as e:
|
50 |
# Log the error details
|