damerajee commited on
Commit
4c63745
·
verified ·
1 Parent(s): 755d66e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,8 +56,8 @@ def wrapper_generate_text(start_text, max_length, temperature):
56
 
57
  # Gradio interface
58
  with gr.Blocks() as iface:
59
- gr.Markdown("### Please be patient, generating text will take some time...")
60
-
61
  with gr.Row():
62
  textbox = gr.Textbox(lines=3, label="Enter your prompt", value="Once upon a time")
63
  max_length = gr.Slider(minimum=10, maximum=500, value=200, step=1, label="Max Length")
 
56
 
57
  # Gradio interface
58
  with gr.Blocks() as iface:
59
+ gr.Markdown("The MinGRU model is a simplified version of the traditional Gated Recurrent Unit (GRU), designed to reduce complexity and improve efficiency.")
60
+ gr.Markdown("To Learn more visit this [github](https://github.com/dame-cell/MinGru/tree/main)")
61
  with gr.Row():
62
  textbox = gr.Textbox(lines=3, label="Enter your prompt", value="Once upon a time")
63
  max_length = gr.Slider(minimum=10, maximum=500, value=200, step=1, label="Max Length")