Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,10 @@ import gradio as gr
|
|
2 |
|
3 |
# URLs of the images
|
4 |
urls = [
|
5 |
-
"https://raw.githubusercontent.com/
|
6 |
-
"https://raw.githubusercontent.com/
|
7 |
-
"https://raw.githubusercontent.com/
|
8 |
-
"https://raw.githubusercontent.com/
|
9 |
]
|
10 |
|
11 |
# Function to get the selected image URL
|
|
|
2 |
|
3 |
# URLs of the images
|
4 |
urls = [
|
5 |
+
"https://raw.githubusercontent.com/xoghd1126/G4-finalproject/main/verb-tense-1.png",
|
6 |
+
"https://raw.githubusercontent.com/xoghd1126/G4-finalproject/main/verb-tense-2.png",
|
7 |
+
"https://raw.githubusercontent.com/xoghd1126/G4-finalproject/main/verb-tense-3.png",
|
8 |
+
"https://raw.githubusercontent.com/xoghd1126/G4-finalproject/main/verb-tense-4.png"
|
9 |
]
|
10 |
|
11 |
# Function to get the selected image URL
|