reach-vb commited on
Commit
47925c4
·
verified ·
1 Parent(s): 2cc5dbf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def generate_long_prompt(
76
 
77
 
78
  with gr.Blocks(css=".wrap textarea {font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;}") as demo:
79
- gr.Markdown("# ZeroGPU: Long-Prompt Text Generation\nPaste a long prompt and generate text with a Transformers model. Set `MODEL_ID` in Space secrets to switch models.")
80
 
81
  with gr.Row():
82
  with gr.Column():
 
76
 
77
 
78
  with gr.Blocks(css=".wrap textarea {font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;}") as demo:
79
+ gr.Markdown("# Safety GPT-OSS.")
80
 
81
  with gr.Row():
82
  with gr.Column():