Spaces:
Running
Running
add import gradio
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import cryptography.fernet
|
|
| 6 |
from flopth import flopth
|
| 7 |
import huggingface_hub
|
| 8 |
import huggingface_hub.hf_api
|
|
|
|
| 9 |
## standard libs, no need to install
|
| 10 |
import json
|
| 11 |
import requests
|
|
|
|
| 6 |
from flopth import flopth
|
| 7 |
import huggingface_hub
|
| 8 |
import huggingface_hub.hf_api
|
| 9 |
+
import gradio
|
| 10 |
## standard libs, no need to install
|
| 11 |
import json
|
| 12 |
import requests
|