Sultannn commited on
Commit
9fefd1d
1 Parent(s): a17ef02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -70,6 +70,7 @@ iface = gr.Interface(main,
70
  title = title,
71
  article = article,
72
  description = description,
 
73
  theme = "dark")
74
 
75
  iface.launch(debug = True)
 
70
  title = title,
71
  article = article,
72
  description = description,
73
+ examples = example,
74
  theme = "dark")
75
 
76
  iface.launch(debug = True)