samwell commited on
Commit
2b9e67a
·
verified ·
1 Parent(s): 47f616a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,6 +26,6 @@ gr.Interface(
26
  gr.Textbox(lines=2, placeholder="Enter your prompt here...", label="Prompt")
27
  ],
28
  outputs="text",
29
- title="Sequence Generation with Transformers",
30
  description="Generate sequences using selected transformer models."
31
  ).launch()
 
26
  gr.Textbox(lines=2, placeholder="Enter your prompt here...", label="Prompt")
27
  ],
28
  outputs="text",
29
+ title="Novel Protein Sequence Generation",
30
  description="Generate sequences using selected transformer models."
31
  ).launch()