FlameF0X commited on
Commit
a985b65
·
verified ·
1 Parent(s): 5734180

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ def generate_text(prompt, max_length=50):
38
 
39
  # --- Gradio Interface ---
40
  with gr.Blocks() as demo:
41
- gr.Markdown("# Snowflake-G0-stable Language Model")
42
- gr.Markdown("This is an enhanced transformer language model trained on the DialogMLM-50K dataset. Try it out below!")
43
 
44
  with gr.Row():
45
  input_prompt = gr.Textbox(label="Input Prompt", placeholder="Enter your text here...")
 
38
 
39
  # --- Gradio Interface ---
40
  with gr.Blocks() as demo:
41
+ gr.Markdown("# Snowflake-G0-stable")
42
+ gr.Markdown("")
43
 
44
  with gr.Row():
45
  input_prompt = gr.Textbox(label="Input Prompt", placeholder="Enter your text here...")