Spaces:
Sleeping
Sleeping
Commit
·
ceb82a8
1
Parent(s):
8bc664f
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ title = "ERAV1 Session 21: Training GPT from scratch"
|
|
| 35 |
|
| 36 |
demo = gr.Interface(
|
| 37 |
inference,
|
| 38 |
-
inputs = [gr.Textbox(placeholder="Enter text"), gr.Textbox(placeholder="Enter number of
|
| 39 |
outputs = [gr.Textbox(label="Generated text")],
|
| 40 |
title = title
|
| 41 |
)
|
|
|
|
| 35 |
|
| 36 |
demo = gr.Interface(
|
| 37 |
inference,
|
| 38 |
+
inputs = [gr.Textbox(placeholder="Enter text"), gr.Textbox(placeholder="Enter number of tokens you want to generate")],
|
| 39 |
outputs = [gr.Textbox(label="Generated text")],
|
| 40 |
title = title
|
| 41 |
)
|