Alexandre-Numind commited on
Commit
6268d3a
·
verified ·
1 Parent(s): 2f7f543

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,7 +345,7 @@ iface = gr.Interface(
345
  inputs=[
346
  gr.Textbox(lines=2, placeholder="Enter Text here...", label="Text"),
347
  gr.Textbox(lines=2, placeholder="Enter Template input here...", label="Template"),
348
- gr.Textbox(lines=2, placeholder="Enter Example input here...", label="Example")
349
  ],
350
  outputs=[gr.Textbox(label="Model Output"), gr.HTML(label="Model Output with Highlighted Words")],
351
  examples=[
 
345
  inputs=[
346
  gr.Textbox(lines=2, placeholder="Enter Text here...", label="Text"),
347
  gr.Textbox(lines=2, placeholder="Enter Template input here...", label="Template"),
348
+ gr.Textbox(lines=2, placeholder="Enter Example of output here... (not mandatory but can improve performance significantly on certains tasks)", label="Example of output")
349
  ],
350
  outputs=[gr.Textbox(label="Model Output"), gr.HTML(label="Model Output with Highlighted Words")],
351
  examples=[