Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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")
|