Hyeonseo commited on
Commit
2b1ed3a
1 Parent(s): 599aee6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()