Spaces:
Sleeping
Sleeping
Update app.py
Browse filesUpdated example used in UI
app.py
CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
|
|
17 |
gr.Markdown("## 🤥 Open Source AI – LIAR Lens")
|
18 |
|
19 |
with gr.Row():
|
20 |
-
inp = gr.Textbox(label="Enter a statement", lines=2, placeholder="e.g. The
|
21 |
out = gr.Textbox(label="Predicted label")
|
22 |
|
23 |
btn = gr.Button("Classify")
|
|
|
17 |
gr.Markdown("## 🤥 Open Source AI – LIAR Lens")
|
18 |
|
19 |
with gr.Row():
|
20 |
+
inp = gr.Textbox(label="Enter a statement", lines=2, placeholder="e.g. The book 'Open Source AI' explores Hugging Face and T5 models.")
|
21 |
out = gr.Textbox(label="Predicted label")
|
22 |
|
23 |
btn = gr.Button("Classify")
|