Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from typing import Any, cast
|
|
| 5 |
import os
|
| 6 |
import gc
|
| 7 |
from huggingface_hub import login, hf_hub_download
|
| 8 |
-
|
| 9 |
import gradio as gr
|
| 10 |
import numpy as np
|
| 11 |
import pillow_heif
|
|
|
|
| 5 |
import os
|
| 6 |
import gc
|
| 7 |
from huggingface_hub import login, hf_hub_download
|
| 8 |
+
import sys
|
| 9 |
import gradio as gr
|
| 10 |
import numpy as np
|
| 11 |
import pillow_heif
|