Spaces:
Sleeping
Sleeping
Jonas Wiesli
commited on
Commit
•
ee672f6
1
Parent(s):
b402588
adjusted imports
Browse files- app.py +0 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
-
import os
|
3 |
import openai
|
4 |
|
5 |
theme = gr.themes.Monochrome(
|
|
|
1 |
import gradio as gr
|
|
|
2 |
import openai
|
3 |
|
4 |
theme = gr.themes.Monochrome(
|
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
openai
|
|
|
|
1 |
+
openai==0.27.4
|
2 |
+
gradio~=3.27.0
|