Commit
·
683e77a
1
Parent(s):
9ae02b2
Update app.py
Browse files
app.py
CHANGED
@@ -104,6 +104,7 @@ if __name__ == "__main__":
|
|
104 |
output_label = gr.Label()
|
105 |
|
106 |
gr.Markdown("## Sample Images")
|
|
|
107 |
gr.Examples(
|
108 |
examples=[os.path.join(os.path.dirname(__file__), "assets/dog_2.jpg"),
|
109 |
os.path.join(os.path.dirname(__file__), "assets/truck.jpg"),
|
|
|
104 |
output_label = gr.Label()
|
105 |
|
106 |
gr.Markdown("## Sample Images")
|
107 |
+
print(os.path.join(os.path.dirname(__file__), "assets/dog_2.jpg"))
|
108 |
gr.Examples(
|
109 |
examples=[os.path.join(os.path.dirname(__file__), "assets/dog_2.jpg"),
|
110 |
os.path.join(os.path.dirname(__file__), "assets/truck.jpg"),
|