app update
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ def generate_wikipedia_outputs(prompt=None, max_new_tokens=2000):
|
|
216 |
import gradio as gr
|
217 |
|
218 |
title = "Nano GPT"
|
219 |
-
description = "Nano GPT trained on Shakespeare and Wikipedia datasets. It is trained on a very small amount of data to understand how GPT's are trained and built. <a href='https://github.com/karpathy/nanoGPT'>The implementation can be found here </a>"
|
220 |
|
221 |
shakespeare_interface = gr.Interface(generate_shakespeare_outputs,
|
222 |
inputs=[gr.Textbox(label="Enter any prompt ", type="text", value="Once upon a time,"),
|
|
|
216 |
import gradio as gr
|
217 |
|
218 |
title = "Nano GPT"
|
219 |
+
description = "Nano GPT trained on Shakespeare and Wikipedia datasets. It is trained on a very small amount of data to understand how GPT's are trained and built. <a href='https://github.com/karpathy/nanoGPT'>The implementation can be found here </a>"
|
220 |
|
221 |
shakespeare_interface = gr.Interface(generate_shakespeare_outputs,
|
222 |
inputs=[gr.Textbox(label="Enter any prompt ", type="text", value="Once upon a time,"),
|