mix060514 commited on
Commit
8b04042
1 Parent(s): c9930f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ demo = gr.Interface(
60
  inputs=inputs,
61
  outputs=outputs,
62
  examples=[
63
- ["#BB2266", 3],
64
- ["#44CCAA", 5],
65
  ])
66
  demo.launch(debug=True)
67
 
 
60
  inputs=inputs,
61
  outputs=outputs,
62
  examples=[
63
+ # ["#BB2266", 3],
64
+ # ["#44CCAA", 5],
65
  ])
66
  demo.launch(debug=True)
67