Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
from huggingface_hub import InferenceClient
|
|
|
|
| 2 |
|
| 3 |
client = InferenceClient(
|
| 4 |
model="mo-thecreator/Deepfake-audio-detection",
|
|
|
|
| 1 |
from huggingface_hub import InferenceClient
|
| 2 |
+
import os
|
| 3 |
|
| 4 |
client = InferenceClient(
|
| 5 |
model="mo-thecreator/Deepfake-audio-detection",
|