sr5434 commited on
Commit
f17488c
1 Parent(s): 97c88fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -18,3 +18,5 @@ demo = gr.Interface(
18
  outputs=gr.outputs.Textbox(label="Generated Text"),
19
  examples=examples
20
  )
 
 
 
18
  outputs=gr.outputs.Textbox(label="Generated Text"),
19
  examples=examples
20
  )
21
+
22
+ demo.launch()