Update app.py
Browse files
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"
|