Jyotiyadav commited on
Commit
562218c
·
verified ·
1 Parent(s): 716f386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()