Winnie-Kay commited on
Commit
2078ad8
·
1 Parent(s): 229809b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +66,7 @@ demo = gr.Interface(
66
  outputs="label", # Output type (here, we only display the label with the highest score)
67
  interpretation="default", # Interpretation mode
68
  examples=[["Have Fun with it...will be updated soon!"]]) # Example input(s) to display on the interface
 
69
 
70
  # Launch the Gradio interface
71
  demo.launch()
 
66
  outputs="label", # Output type (here, we only display the label with the highest score)
67
  interpretation="default", # Interpretation mode
68
  examples=[["Have Fun with it...will be updated soon!"]]) # Example input(s) to display on the interface
69
+ img1 = gr.Image("https://www.reputationx.com/hubfs/what-is-sentiment-analysis-cover.jpg")
70
 
71
  # Launch the Gradio interface
72
  demo.launch()