alibidaran commited on
Commit
62f85bd
1 Parent(s): 556db9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ demo=gr.Interface(
18
  gr.Slider(10,50,value=10)
19
  ],
20
  outputs= 'label',
21
- examples=["sample.jpg","sample1.jpg","sample2.jpg","sample3.jpg","sample4.jpg"]
22
  theme=gr.themes.Soft(primary_hue='purple',secondary_hue=gr.themes.colors.gray)
23
  )
24
  demo.launch(show_error=True)
 
18
  gr.Slider(10,50,value=10)
19
  ],
20
  outputs= 'label',
21
+ examples=["sample.jpg","sample1.jpg","sample2.jpg","sample3.jpg","sample4.jpg"],
22
  theme=gr.themes.Soft(primary_hue='purple',secondary_hue=gr.themes.colors.gray)
23
  )
24
  demo.launch(show_error=True)