Spaces:
Runtime error
Runtime error
Jyotiyadav
commited on
Commit
•
98383c7
1
Parent(s):
562218c
Update app.py
Browse files
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,
|