Spaces:
Sleeping
Sleeping
Commit
·
f173057
1
Parent(s):
ceb82a8
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 tokens
|
| 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 to be generated")],
|
| 39 |
outputs = [gr.Textbox(label="Generated text")],
|
| 40 |
title = title
|
| 41 |
)
|