Spaces:
Runtime error
Runtime error
Remove style
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
|
|
40 |
with gr.Row():
|
41 |
txt = gr.Textbox(
|
42 |
show_label=False, placeholder="<2es> text to translate"
|
43 |
-
)
|
44 |
|
45 |
txt.submit(fn=inference, inputs=[max_length, txt, state], outputs=[chatbot, state])
|
46 |
|
|
|
40 |
with gr.Row():
|
41 |
txt = gr.Textbox(
|
42 |
show_label=False, placeholder="<2es> text to translate"
|
43 |
+
)
|
44 |
|
45 |
txt.submit(fn=inference, inputs=[max_length, txt, state], outputs=[chatbot, state])
|
46 |
|