Geek7 commited on
Commit
55ef353
·
verified ·
1 Parent(s): ff10734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ def remove_background():
30
 
31
  # Add this block to make sure your app runs when called
32
  if __name__ == "__main__":
33
- app.run # Run directly if needed for testing
 
30
 
31
  # Add this block to make sure your app runs when called
32
  if __name__ == "__main__":
33
+ app.run() # Run directly if needed for testing