AkashDataScience commited on
Commit
f640e74
·
1 Parent(s): 6c3debe

Added launch

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -82,4 +82,5 @@ demo = gr.Interface(
82
  title = title,
83
  description = description,
84
  examples = examples,
85
- )
 
 
82
  title = title,
83
  description = description,
84
  examples = examples,
85
+ )
86
+ demo.launch()