davidlms commited on
Commit
180aa18
Β·
verified Β·
1 Parent(s): a5b8859

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def create_interface():
54
  gr.Markdown("πŸŒπŸ’¬ Aphra is an open-source translation agent designed to enhance the quality of text translations by leveraging large language models (LLMs).")
55
 
56
  with gr.Row():
57
- api_key = gr.Textbox(label="Openrouter API Key", type="password")
58
 
59
  writer_model = gr.Dropdown(
60
  ["anthropic/claude-3.5-sonnet:beta", "openai/gpt-4o-2024-08-06", "google/gemini-pro-1.5-exp"],
 
54
  gr.Markdown("πŸŒπŸ’¬ Aphra is an open-source translation agent designed to enhance the quality of text translations by leveraging large language models (LLMs).")
55
 
56
  with gr.Row():
57
+ api_key = gr.Textbox(label="OpenRouter API Key", type="password")
58
 
59
  writer_model = gr.Dropdown(
60
  ["anthropic/claude-3.5-sonnet:beta", "openai/gpt-4o-2024-08-06", "google/gemini-pro-1.5-exp"],