Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ if __name__ == "__main__":
|
|
70 |
text_out = gr.Textbox(label="Output")
|
71 |
submit.click(
|
72 |
run,
|
73 |
-
inputs=[text, tokens,
|
74 |
outputs=[text_out, text_error],
|
75 |
)
|
76 |
|
|
|
70 |
text_out = gr.Textbox(label="Output")
|
71 |
submit.click(
|
72 |
run,
|
73 |
+
inputs=[text, tokens, temp],
|
74 |
outputs=[text_out, text_error],
|
75 |
)
|
76 |
|