functionNormally commited on
Commit
0335eaa
·
2 Parent(s): 70451eb7e943d9

Merge branch 'main' of https://huggingface.co/spaces/CircleStar/Image_Classification

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def refresh_gallery_callback(split_name, class_name, max_images):
51
  return [(None, f"Erreur : {str(e)}")]
52
 
53
 
54
- @spaces.GPU(duration=300)
55
  def train_callback(
56
  num_conv_blocks,
57
  base_filters,
 
51
  return [(None, f"Erreur : {str(e)}")]
52
 
53
 
54
+ @spaces.GPU(duration=200)
55
  def train_callback(
56
  num_conv_blocks,
57
  base_filters,