Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +1 -0
gradio_app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
import torch
|
|
|
|
| 4 |
from huggingface_hub import snapshot_download
|
| 5 |
|
| 6 |
# import argparse
|
|
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
import torch
|
| 4 |
+
import gc
|
| 5 |
from huggingface_hub import snapshot_download
|
| 6 |
|
| 7 |
# import argparse
|