Spaces:
Runtime error
Runtime error
Jyotiyadav
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,6 @@ iface = gr.Interface(fn=generate_output,
|
|
70 |
],
|
71 |
outputs="text",
|
72 |
title="Information Extraction with Mistral-7B",
|
73 |
-
examples=examples,
|
74 |
debug=True,
|
75 |
description="Generate a Information Extraction with OpenLLM.")
|
76 |
iface.launch()
|
|
|
70 |
],
|
71 |
outputs="text",
|
72 |
title="Information Extraction with Mistral-7B",
|
|
|
73 |
debug=True,
|
74 |
description="Generate a Information Extraction with OpenLLM.")
|
75 |
iface.launch()
|