martianband1t commited on
Commit
1d60ec5
1 Parent(s): 260b504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -75,7 +75,6 @@ demo = gr.ChatInterface(
75
  label="Top-p (echantillons nucleus)",
76
  )
77
  ]
78
- ):
79
-
80
  if __name__ == "__main__":
81
  demo.launch()
 
75
  label="Top-p (echantillons nucleus)",
76
  )
77
  ]
78
+ )
 
79
  if __name__ == "__main__":
80
  demo.launch()