lachine commited on
Commit
10989f4
1 Parent(s): e7186cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ interface = gr.Interface(fn=generate_text,
40
  interface.layout = 'vertical'
41
 
42
  # Run the interface
43
- interface.launch(share=True)
 
40
  interface.layout = 'vertical'
41
 
42
  # Run the interface
43
+ interface.launch()