preston-cell commited on
Commit
5c86456
·
verified ·
1 Parent(s): 520c499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()