Spaces:
Runtime error
Runtime error
Update presentation_assistant/presentation_assistant.py
Browse files
presentation_assistant/presentation_assistant.py
CHANGED
@@ -4,6 +4,9 @@ from pptx import Presentation
|
|
4 |
import openai
|
5 |
import subprocess
|
6 |
from io import BytesIO
|
|
|
|
|
|
|
7 |
|
8 |
# text2ppt ν둬ννΈ μμ± ν¨μ
|
9 |
def generate_text2ppt_input_prompt(input_type, input_value, input_pages):
|
|
|
4 |
import openai
|
5 |
import subprocess
|
6 |
from io import BytesIO
|
7 |
+
import sys
|
8 |
+
|
9 |
+
sys.path.append("/home/user/app")
|
10 |
|
11 |
# text2ppt ν둬ννΈ μμ± ν¨μ
|
12 |
def generate_text2ppt_input_prompt(input_type, input_value, input_pages):
|