Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,6 @@ iface = gr.Interface(
|
|
28 |
],
|
29 |
title="SeeSay",
|
30 |
description="Upload an image to hear its context narrated aloud."
|
31 |
-
)
|
|
|
|
|
|
28 |
],
|
29 |
title="SeeSay",
|
30 |
description="Upload an image to hear its context narrated aloud."
|
31 |
+
)
|
32 |
+
|
33 |
+
iface.launch()
|