randomshit11 commited on
Commit
324f7e3
·
verified ·
1 Parent(s): 170fd84

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -50,8 +50,8 @@ demo = gr.Interface(fn=process,
50
  outputs=outputs,
51
  title=title,
52
  description=description,
53
- examples=example_list,
54
- cache_examples=True
55
  )
56
 
57
  # Launch the demo!
 
50
  outputs=outputs,
51
  title=title,
52
  description=description,
53
+ examples=example_list
54
+ # cache_examples=True
55
  )
56
 
57
  # Launch the demo!