Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
fc79672
1
Parent(s):
faa5dab
make spaces first import
Browse files
app.py
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
|
|
| 1 |
import glob
|
| 2 |
import json
|
| 3 |
import os
|
| 4 |
import uuid
|
| 5 |
from datetime import datetime
|
| 6 |
from pathlib import Path
|
| 7 |
-
|
| 8 |
import gradio as gr
|
| 9 |
-
|
| 10 |
import torch
|
| 11 |
import transformers
|
| 12 |
from huggingface_hub import CommitScheduler, hf_hub_download, login
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
import glob
|
| 3 |
import json
|
| 4 |
import os
|
| 5 |
import uuid
|
| 6 |
from datetime import datetime
|
| 7 |
from pathlib import Path
|
|
|
|
| 8 |
import gradio as gr
|
| 9 |
+
|
| 10 |
import torch
|
| 11 |
import transformers
|
| 12 |
from huggingface_hub import CommitScheduler, hf_hub_download, login
|