Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import gradio as gr
|
2 |
from openai import OpenAI
|
3 |
|
4 |
# Function to initialize the client with the provided API key
|
|
|
1 |
+
import gradio as gr #
|
2 |
from openai import OpenAI
|
3 |
|
4 |
# Function to initialize the client with the provided API key
|