Catmeow commited on
Commit
5fac598
1 Parent(s): 1dfc46f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ demo = gr.Interface(
40
  description = "Text Generator. \n Temperature control randomness, lowering results in less random completions. As approach the zero, the model becomes more repetitive."
41
  )
42
 
43
- demo. Launch()
 
40
  description = "Text Generator. \n Temperature control randomness, lowering results in less random completions. As approach the zero, the model becomes more repetitive."
41
  )
42
 
43
+ demo.launch()