ccmscifair commited on
Commit
07997b2
·
verified ·
1 Parent(s): 0a06cde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,9 +26,9 @@ demo = gr.Interface(
26
  title=title,
27
  description=description,
28
  #article=article,
29
- #examples=examples,
30
- #interpretation='default',
31
- #enable_queue=enable_queue
32
  )
33
 
34
  demo.launch()
 
26
  title=title,
27
  description=description,
28
  #article=article,
29
+ examples=examples,
30
+ interpretation='default',
31
+ enable_queue=enable_queue
32
  )
33
 
34
  demo.launch()