Spaces:
Running
on
Zero
Running
on
Zero
bounced torch to 2.0.0
Browse files
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:
|