rfdougherty commited on
Commit
f1fc916
·
1 Parent(s): e9af0d4

Disable examples for now

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,6 +49,6 @@ iface = gr.Interface(
49
  ),
50
  ],
51
  titel=TITLE,
52
- examples=EXAMPLES,
53
  )
54
  iface.launch()
 
49
  ),
50
  ],
51
  titel=TITLE,
52
+ #examples=EXAMPLES,
53
  )
54
  iface.launch()