LuisV
commited on
Commit
·
f31cd50
1
Parent(s):
21f693b
fixing path typo
Browse files
app.py
CHANGED
@@ -76,11 +76,12 @@ with gr.Blocks() as demo:
|
|
76 |
gr_image = gr.Image(
|
77 |
label= "An artwork: ",
|
78 |
type = "filepath",
|
79 |
-
value=
|
|
|
80 |
#os.getcwd(),
|
81 |
-
os.path.dirname(__file__),
|
82 |
-
"1665_Girl_with_a_Pearl_Earring.jpg"
|
83 |
-
)
|
84 |
)
|
85 |
|
86 |
gr_model = gr.Dropdown(
|
|
|
76 |
gr_image = gr.Image(
|
77 |
label= "An artwork: ",
|
78 |
type = "filepath",
|
79 |
+
value= "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/1665_Girl_with_a_Pearl_Earring.jpg/506px-1665_Girl_with_a_Pearl_Earring.jpg"
|
80 |
+
#os.path.join(
|
81 |
#os.getcwd(),
|
82 |
+
#os.path.dirname(__file__),
|
83 |
+
#"1665_Girl_with_a_Pearl_Earring.jpg"
|
84 |
+
#)
|
85 |
)
|
86 |
|
87 |
gr_model = gr.Dropdown(
|