Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ def summarize_text(text):
|
|
| 78 |
대본:
|
| 79 |
{text}
|
| 80 |
"""
|
| 81 |
-
return call_api(prompt, max_tokens=
|
| 82 |
|
| 83 |
def display_content(title, script, summary):
|
| 84 |
return f"""
|
|
|
|
| 78 |
대본:
|
| 79 |
{text}
|
| 80 |
"""
|
| 81 |
+
return call_api(prompt, max_tokens=8000, temperature=0.4, top_p=0.95)
|
| 82 |
|
| 83 |
def display_content(title, script, summary):
|
| 84 |
return f"""
|