Update app.py
Browse files
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 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
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 |
|