Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
)
|