osanseviero commited on
Commit
5916e30
·
1 Parent(s): aa44b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -14,4 +14,7 @@ iface = gr.Interface(
14
  inputs='text',
15
  outputs='text',
16
  title=title,
17
- examples=[["Hello! My name is Omar"]]
 
 
 
 
14
  inputs='text',
15
  outputs='text',
16
  title=title,
17
+ examples=[["Hello! My name is Omar"]]
18
+ )
19
+
20
+ iface.launch()