Spaces:
Runtime error
Runtime error
Commit
·
a372fc6
1
Parent(s):
07afa1d
init
Browse files- backend.py +1 -0
backend.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import time
|
2 |
import json
|
3 |
from openai import OpenAI
|
|
|
4 |
|
5 |
class Backend:
|
6 |
def __init__(self):
|
|
|
1 |
import time
|
2 |
import json
|
3 |
from openai import OpenAI
|
4 |
+
import gradio as gr
|
5 |
|
6 |
class Backend:
|
7 |
def __init__(self):
|