noelsinghsr commited on
Commit
23499bd
1 Parent(s): 3e0becd

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()