thisisdev commited on
Commit
b9eeb44
·
verified ·
1 Parent(s): ef24b69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -12,4 +12,7 @@ def main():
12
  # If a user has submitted the fieles, we need to call our pipeline
13
 
14
 
15
-
 
 
 
 
12
  # If a user has submitted the fieles, we need to call our pipeline
13
 
14
 
15
+
16
+ # Calling the main function
17
+ if __name__ == "__main__":
18
+ main()