Futuresony commited on
Commit
5a4b651
·
verified ·
1 Parent(s): 467cfe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ demo = gr.ChatInterface(
67
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p"),
68
  ],
69
  )
70
-
71
  if __name__ == "__main__":
72
  demo.launch()
73
 
 
67
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p"),
68
  ],
69
  )
70
+ # try
71
  if __name__ == "__main__":
72
  demo.launch()
73