Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,8 +64,7 @@ prompt_translate = gr.Interface(
|
|
| 64 |
inputs=inputs,
|
| 65 |
outputs=outputs,
|
| 66 |
title="ChatGPT Korean Prompt Translation",
|
| 67 |
-
description="Translate your text into Korean using the GPT-3 model."
|
| 68 |
-
theme="compact"
|
| 69 |
)
|
| 70 |
|
| 71 |
prompt_translate.launch()
|
|
|
|
| 64 |
inputs=inputs,
|
| 65 |
outputs=outputs,
|
| 66 |
title="ChatGPT Korean Prompt Translation",
|
| 67 |
+
description="Translate your text into Korean using the GPT-3 model."
|
|
|
|
| 68 |
)
|
| 69 |
|
| 70 |
prompt_translate.launch()
|