Spaces:
Runtime error
Runtime error
Commit
·
0fd6500
1
Parent(s):
bfabbde
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import openai
|
3 |
import random
|
4 |
import time
|
5 |
-
import gradio as gr # Gradio is a library for creating UIs
|
6 |
import os # This module provides functions to interact with the operating system
|
7 |
# Importing various classes and functions from the langchain package
|
8 |
from langchain.embeddings.openai import OpenAIEmbeddings
|
|
|
2 |
import openai
|
3 |
import random
|
4 |
import time
|
5 |
+
import gradio as gr # Gradio is a library for creating UIs
|
6 |
import os # This module provides functions to interact with the operating system
|
7 |
# Importing various classes and functions from the langchain package
|
8 |
from langchain.embeddings.openai import OpenAIEmbeddings
|