ApsidalSolid4 commited on
Commit
a226e69
·
verified ·
1 Parent(s): d946b22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -356,7 +356,7 @@ demo = gr.Interface(
356
  api_name="predict", # This names your API endpoint
357
  allow_flagging="never",
358
  enable_queue=True
359
- ))
360
 
361
  # Launch the interface
362
  if __name__ == "__main__":
 
356
  api_name="predict", # This names your API endpoint
357
  allow_flagging="never",
358
  enable_queue=True
359
+ ) # Removed extra parenthesis here
360
 
361
  # Launch the interface
362
  if __name__ == "__main__":