ltomczak1 commited on
Commit
e9469ba
1 Parent(s): a92d8e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ interface = gr.Interface(
16
  outputs=gr.outputs.Textbox(label="Generated Post"),
17
  )
18
 
19
- demo.launch()
 
16
  outputs=gr.outputs.Textbox(label="Generated Post"),
17
  )
18
 
19
+ interface.launch()