m7n commited on
Commit
da900a2
·
1 Parent(s): de7169c

bounced torch to 2.0.0

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -440,6 +440,7 @@ def predict(request: gr.Request, text_input, sample_size_slider, reduce_sample_c
440
 
441
  basedata_df['color'] = '#ced4d211'
442
 
 
443
  if not plot_time_checkbox:
444
  records_df['color'] = '#5e2784'
445
  else:
 
440
 
441
  basedata_df['color'] = '#ced4d211'
442
 
443
+
444
  if not plot_time_checkbox:
445
  records_df['color'] = '#5e2784'
446
  else: