noelsinghsr commited on
Commit
32a197e
1 Parent(s): 644d850

Update app.py

Browse files

added demo.launch()

Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -49,3 +49,5 @@ demo = gr.Interface(fn=predict,
49
  title=title,
50
  description=description,
51
  article=article)
 
 
 
49
  title=title,
50
  description=description,
51
  article=article)
52
+
53
+ demo.launch()