Jyotiyadav commited on
Commit
98383c7
1 Parent(s): 562218c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -65,9 +65,7 @@ def generate_output(input_text):
65
 
66
  # Create a Gradio interface
67
  iface = gr.Interface(fn=generate_output,
68
- inputs=[
69
- "text",
70
- ],
71
  outputs="text",
72
  title="Information Extraction with Mistral-7B",
73
  debug=True,
 
65
 
66
  # Create a Gradio interface
67
  iface = gr.Interface(fn=generate_output,
68
+ inputs=["text"],
 
 
69
  outputs="text",
70
  title="Information Extraction with Mistral-7B",
71
  debug=True,