Stanlito commited on
Commit
2d9ae00
1 Parent(s): 248316d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,5 +16,6 @@ iface = gr.Interface(
16
  outputs="text"
17
  )
18
 
19
- iface.launch()
 
20
 
 
16
  outputs="text"
17
  )
18
 
19
+
20
+ iface.launch()
21