Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,6 @@ if __name__ == "__main__":
|
|
63 |
with gr.Column():
|
64 |
text_error = gr.Markdown(label="Log information")
|
65 |
text_out = gr.Textbox(label="Output")
|
66 |
-
with gr.Row():
|
67 |
submit.click(
|
68 |
run,
|
69 |
inputs=[text, tokens, temperature],
|
|
|
63 |
with gr.Column():
|
64 |
text_error = gr.Markdown(label="Log information")
|
65 |
text_out = gr.Textbox(label="Output")
|
|
|
66 |
submit.click(
|
67 |
run,
|
68 |
inputs=[text, tokens, temperature],
|