Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
import random
|
3 |
from typing import List, Tuple
|
4 |
import time
|
|
|
5 |
|
6 |
class EmmaChat:
|
7 |
def __init__(self):
|
|
|
2 |
import random
|
3 |
from typing import List, Tuple
|
4 |
import time
|
5 |
+
import openai
|
6 |
|
7 |
class EmmaChat:
|
8 |
def __init__(self):
|