runaksh commited on
Commit
7cd6025
1 Parent(s): 0387b19

Update app.py

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