gcuomo commited on
Commit
6300e91
·
verified ·
1 Parent(s): 21004c4

Update app.py

Browse files

Updated example used in UI

Files changed (1) hide show
  1. app.py +1 -1
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 Eiffel Tower is in Berlin.")
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")