rdose commited on
Commit
f888310
1 Parent(s): a22ad4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -162,5 +162,6 @@ demo = gr.Interface(fn=inference,
162
  #gr.Label(label='Sentiment'),
163
  #gr.Markdown()],
164
  title=title,
165
- description=description)#, examples=examples)
 
166
  demo.launch()
 
162
  #gr.Label(label='Sentiment'),
163
  #gr.Markdown()],
164
  title=title,
165
+ description=description,
166
+ examples=examples)
167
  demo.launch()