Spaces:
Running
Running
add import
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ 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
|
|
|
7 |
import huggingface_hub
|
8 |
import huggingface_hub.hf_api
|
9 |
import gradio
|
10 |
+
import openai
|
11 |
## standard libs, no need to install
|
12 |
import json
|
13 |
import requests
|