LuisV
commited on
Commit
·
3fb323d
1
Parent(s):
f31cd50
fixing path typo
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks() as demo:
|
|
76 |
gr_image = gr.Image(
|
77 |
label= "An artwork: ",
|
78 |
type = "filepath",
|
79 |
-
value= "https://upload.wikimedia.org/wikipedia/commons/
|
80 |
#os.path.join(
|
81 |
#os.getcwd(),
|
82 |
#os.path.dirname(__file__),
|
|
|
76 |
gr_image = gr.Image(
|
77 |
label= "An artwork: ",
|
78 |
type = "filepath",
|
79 |
+
value= "https://upload.wikimedia.org/wikipedia/commons/0/0f/1665_Girl_with_a_Pearl_Earring.jpg"
|
80 |
#os.path.join(
|
81 |
#os.getcwd(),
|
82 |
#os.path.dirname(__file__),
|