mac9087 commited on
Commit
a08c8a0
·
verified ·
1 Parent(s): 04ac060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ model_loading = False
50
 
51
  # Configuration for processing
52
  TIMEOUT_SECONDS = 240 # 4 minutes max for processing (increased for larger model)
53
- MAX_DIMENSION = 512 # Max image dimension to process
54
 
55
  # TimeoutError for handling timeouts
56
  class TimeoutError(Exception):
 
50
 
51
  # Configuration for processing
52
  TIMEOUT_SECONDS = 240 # 4 minutes max for processing (increased for larger model)
53
+ MAX_DIMENSION = 512 # Max image dimension to processe
54
 
55
  # TimeoutError for handling timeouts
56
  class TimeoutError(Exception):