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
b69ffd9
·
1 Parent(s):
adf1477
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,7 +38,7 @@ def generate_pptx(lesson_topic):
38
max_tokens=1000,
39
n=1,
40
stop=None,
41
-
temperature=0.
8
,
42
top_p=0.9,
43
)
44
38
max_tokens=1000,
39
n=1,
40
stop=None,
41
+
temperature=0.
6
,
42
top_p=0.9,
43
)
44