leooj commited on
Commit
590a5e2
1 Parent(s): a9024b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def process_text(text):
23
  iface = gr.Interface(
24
  fn=process_text,
25
  inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
26
- outputs=[gr.Textbox(label="Tokenized Output"), gr.outputs.Textbox(label="Model Output")],
27
  title="DeBERTa Model Text Processing",
28
  description="This interface tokenizes the input text and processes it with the DeBERTa model."
29
  )
 
23
  iface = gr.Interface(
24
  fn=process_text,
25
  inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
26
+ outputs=[gr.Textbox(label="Tokenized Output"), gr.Textbox(label="Model Output")],
27
  title="DeBERTa Model Text Processing",
28
  description="This interface tokenizes the input text and processes it with the DeBERTa model."
29
  )