Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def wrapper_generate_text(start_text, max_length, temperature):
|
|
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")
|
|
|
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,Trained on the [tiny-stories](https://huggingface.co/datasets/roneneldan/TinyStories?row=19)")
|
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")
|