Spaces:
Runtime error
Runtime error
Commit
·
c818447
1
Parent(s):
29c0249
Update app.py
Browse files
app.py
CHANGED
|
@@ -211,8 +211,8 @@ import gradio as gr
|
|
| 211 |
|
| 212 |
|
| 213 |
|
| 214 |
-
interface1 = gr.Interface(fn=
|
| 215 |
inputs =gr.inputs.Textbox(lines=15,placeholder="Enter your text !!",label='Input-10k Sections'),
|
| 216 |
-
outputs=gr.outputs.Textbox(label='Output
|
| 217 |
|
| 218 |
|
|
|
|
| 211 |
|
| 212 |
|
| 213 |
|
| 214 |
+
interface1 = gr.Interface(fn=finbert,
|
| 215 |
inputs =gr.inputs.Textbox(lines=15,placeholder="Enter your text !!",label='Input-10k Sections'),
|
| 216 |
+
outputs=gr.outputs.Textbox(label='Output')).launch()
|
| 217 |
|
| 218 |
|