andreeabodea commited on
Commit
82b7e82
1 Parent(s): 3bb8b8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -24,4 +24,6 @@ demo = gr.Interface(
24
  fn=greet,
25
  inputs=["text"],
26
  outputs=["text"],
27
- )
 
 
 
24
  fn=greet,
25
  inputs=["text"],
26
  outputs=["text"],
27
+ )
28
+
29
+ demo.launch()