Update app.py
Browse files
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
|
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=[
|