vdprabhu commited on
Commit
4dd1784
1 Parent(s): 5859bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -61,10 +61,10 @@ if __name__ == "__main__":
61
  description = f"This space uses model trained on CIFAR10 dataset using metric learning technique.\n\n{more_text}"
62
 
63
  article = """
64
- <p style='text-align: center'>
65
- <a href='https://keras.io/examples/vision/metric_learning/' target='_blank'>Keras Example by Mat Kelcey</a>
66
- <br>
67
- Space by Vrinda Prabhu
68
  </p>
69
  """
70
 
@@ -78,4 +78,4 @@ if __name__ == "__main__":
78
  analytics_enabled=False,
79
  title=title,
80
  description=description,
81
- ).launch(enable_queue=True)
 
61
  description = f"This space uses model trained on CIFAR10 dataset using metric learning technique.\n\n{more_text}"
62
 
63
  article = """
64
+ <p style='text-align: center'>
65
+ <a href='https://keras.io/examples/vision/metric_learning/' target='_blank'>Keras Example by Mat Kelcey</a>
66
+ <br>
67
+ Space by Vrinda Prabhu
68
  </p>
69
  """
70
 
 
78
  analytics_enabled=False,
79
  title=title,
80
  description=description,
81
+ ).launch(enable_queue=True, debug=True)