Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,7 @@ def generatellm(text):
|
|
10 |
gradio_ui= gr.Interface(
|
11 |
fn=translate,
|
12 |
title="Translation Demo",
|
13 |
-
inputs= gr.components.Textbox(label="Enter your text")
|
14 |
-
|
15 |
outputs=gr.outputs.Textbox(label="Results")
|
16 |
)
|
17 |
|
|
|
10 |
gradio_ui= gr.Interface(
|
11 |
fn=translate,
|
12 |
title="Translation Demo",
|
13 |
+
inputs= gr.components.Textbox(label="Enter your text"),
|
|
|
14 |
outputs=gr.outputs.Textbox(label="Results")
|
15 |
)
|
16 |
|