Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
import torch
|
5 |
import gradio as gr
|
6 |
import whisper
|
7 |
-
import pathlib
|
8 |
|
9 |
auth_token = os.environ.get("auth_key")
|
10 |
|
|
|
4 |
import torch
|
5 |
import gradio as gr
|
6 |
import whisper
|
7 |
+
import pathlib, os
|
8 |
|
9 |
auth_token = os.environ.get("auth_key")
|
10 |
|