Update app.py
Browse files
app.py
CHANGED
|
@@ -6,9 +6,6 @@ import gradio as gr
|
|
| 6 |
from huggingface_hub import InferenceClient
|
| 7 |
import os
|
| 8 |
import shutil
|
| 9 |
-
from dotenv import load_dotenv
|
| 10 |
-
|
| 11 |
-
load_dotenv()
|
| 12 |
|
| 13 |
shutil.rmtree("/root/.cache", ignore_errors=True)
|
| 14 |
shutil.rmtree("/tmp", ignore_errors=True)
|
|
|
|
| 6 |
from huggingface_hub import InferenceClient
|
| 7 |
import os
|
| 8 |
import shutil
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
shutil.rmtree("/root/.cache", ignore_errors=True)
|
| 11 |
shutil.rmtree("/tmp", ignore_errors=True)
|