waleko commited on
Commit
6233848
1 Parent(s): 6b03c30

Removed description from Model Output in Gradio app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def predict(text):
19
  gradio_app = gr.Interface(
20
  predict,
21
  inputs=gr.Text(placeholder="Enter a sentence to translate...", label="Input text"),
22
- outputs=[gr.Json(description="Model output", label="Model output")],
23
  title="En2Ru Scientific Translator",
24
  description="Translate scientific texts from English to Russian",
25
  examples=[
 
19
  gradio_app = gr.Interface(
20
  predict,
21
  inputs=gr.Text(placeholder="Enter a sentence to translate...", label="Input text"),
22
+ outputs=[gr.Json(label="Model output")],
23
  title="En2Ru Scientific Translator",
24
  description="Translate scientific texts from English to Russian",
25
  examples=[