LuisV
commited on
Commit
•
fe5643b
1
Parent(s):
796593b
fixing path typo
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
81 |
gr_image = gr.Image(
|
82 |
label= "An artwork: ",
|
83 |
type = "filepath",
|
84 |
-
value= "https://d3vjn2zm46gms2.cloudfront.net/blogs/2015/05/27010344/Whistler27s-Mother_small.jpg"
|
85 |
#value= os.path.join("imageprocessing", test_image_name)
|
86 |
#"https://upload.wikimedia.org/wikipedia/commons/0/0f/1665_Girl_with_a_Pearl_Earring.jpg"
|
87 |
#os.path.join(
|
|
|
81 |
gr_image = gr.Image(
|
82 |
label= "An artwork: ",
|
83 |
type = "filepath",
|
84 |
+
#value= "https://d3vjn2zm46gms2.cloudfront.net/blogs/2015/05/27010344/Whistler27s-Mother_small.jpg"
|
85 |
#value= os.path.join("imageprocessing", test_image_name)
|
86 |
#"https://upload.wikimedia.org/wikipedia/commons/0/0f/1665_Girl_with_a_Pearl_Earring.jpg"
|
87 |
#os.path.join(
|