Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
swcrazyfan
/
ppt-generator
like
4
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
swcrazyfan
commited on
Mar 22, 2023
Commit
72c943d
·
1 Parent(s):
b2bf675
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,7 +36,7 @@ def generate_pptx(lesson_topic):
36
max_tokens=1000,
37
n=1,
38
stop=None,
39
-
temperature=0.
8
,
40
# top_p=0.9,
41
)
42
36
max_tokens=1000,
37
n=1,
38
stop=None,
39
+
temperature=0.
7
,
40
# top_p=0.9,
41
)
42