Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from showcases.generate import generate
|
| 2 |
from showcases.test import test
|
| 3 |
from models.openai import Generator
|
| 4 |
import streamlit as st
|
| 5 |
-
import os
|
| 6 |
|
| 7 |
-
os.system("pip install openai")
|
| 8 |
# os.system("pip install transformers")
|
| 9 |
# os.system("pip install outlines")
|
| 10 |
# os.system("pip install pydantic")
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
|
| 3 |
+
os.system("pip install openai")
|
| 4 |
+
|
| 5 |
from showcases.generate import generate
|
| 6 |
from showcases.test import test
|
| 7 |
from models.openai import Generator
|
| 8 |
import streamlit as st
|
|
|
|
| 9 |
|
|
|
|
| 10 |
# os.system("pip install transformers")
|
| 11 |
# os.system("pip install outlines")
|
| 12 |
# os.system("pip install pydantic")
|