barto17 commited on
Commit
305d69a
·
1 Parent(s): e62699f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import gradio as gr
2
  import torch
3
  from transformers import pipeline
 
 
4
 
5
  username = "barto17" ## Complete your username
6
  model_id = f"{username}/distilhubert-finetuned-gtzan"
 
1
  import gradio as gr
2
  import torch
3
  from transformers import pipeline
4
+ from timeit import default_timer as timer
5
+
6
 
7
  username = "barto17" ## Complete your username
8
  model_id = f"{username}/distilhubert-finetuned-gtzan"