Jyothirmai commited on
Commit
96fc972
·
verified ·
1 Parent(s): 9511ac2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -36,11 +36,10 @@ with gr.Blocks() as demo:
36
 
37
  sample_images_gallery = gr.Gallery(value = [
38
  "https://imgur.com/W1pIr9b",
39
- 'https://imgur.com/MLJaWnf',
40
- 'https://imgur.com/6XymFW1',
41
- 'https://imgur.com/zdPjZZ1',
42
- 'https://imgur.com/DKUlZbF']
43
- , label="Sample Images", columns = 5)
44
 
45
  gr.HTML("<p style='text-align: center;'> Please select the Number of Max Tokens and Temperature setting, if you are testing CLIP GPT2 and VIT GPT2 Models</p>")
46
 
 
36
 
37
  sample_images_gallery = gr.Gallery(value = [
38
  "https://imgur.com/W1pIr9b",
39
+ "https://imgur.com/MLJaWnf",
40
+ "https://imgur.com/6XymFW1",
41
+ "https://imgur.com/zdPjZZ1",
42
+ "https://imgur.com/DKUlZbF"], label="Sample Images", columns = 5)
 
43
 
44
  gr.HTML("<p style='text-align: center;'> Please select the Number of Max Tokens and Temperature setting, if you are testing CLIP GPT2 and VIT GPT2 Models</p>")
45