Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ iface = gr.Interface(fn=generate_output,
|
|
| 118 |
outputs=[
|
| 119 |
gr.outputs.Textbox(label="Original Output Text"),
|
| 120 |
gr.outputs.Textbox(label="Formatted JSON") ],
|
| 121 |
-
|
| 122 |
title="Email Information Extraction",
|
| 123 |
description="Extract key information from the provided email.")
|
| 124 |
iface.launch()
|
|
|
|
| 118 |
outputs=[
|
| 119 |
gr.outputs.Textbox(label="Original Output Text"),
|
| 120 |
gr.outputs.Textbox(label="Formatted JSON") ],
|
| 121 |
+
examples=examples,
|
| 122 |
title="Email Information Extraction",
|
| 123 |
description="Extract key information from the provided email.")
|
| 124 |
iface.launch()
|