WizardLord160 commited on
Commit
7202077
1 Parent(s): e4f313c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,6 +25,6 @@ def to_gradio():
25
  description="Generate text with GPT-2 and contrastive search!",
26
  css=".gradio-container {background-color:DarkSlateGray}"
27
  )
28
- demo.launch(debug=True, share=True)
29
 
30
  to_gradio()
 
25
  description="Generate text with GPT-2 and contrastive search!",
26
  css=".gradio-container {background-color:DarkSlateGray}"
27
  )
28
+ demo.launch()
29
 
30
  to_gradio()