Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ in_prompt = gradio.components.Textbox(lines=2, label='Enter the News')
|
|
| 27 |
# Output response
|
| 28 |
out_response = gradio.components.Textbox(label='Sentiment')
|
| 29 |
|
| 30 |
-
# Gradio interface to generate UI link
|
| 31 |
iface = gradio.Interface(fn=predict,
|
| 32 |
inputs = in_prompt,
|
| 33 |
outputs = out_response,
|
|
|
|
| 27 |
# Output response
|
| 28 |
out_response = gradio.components.Textbox(label='Sentiment')
|
| 29 |
|
| 30 |
+
# Gradio interface to generate UI link
|
| 31 |
iface = gradio.Interface(fn=predict,
|
| 32 |
inputs = in_prompt,
|
| 33 |
outputs = out_response,
|