Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
|
|
|
|
4 |
openai.api_key = "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" # Replace with your key
|
5 |
|
6 |
def predict(message, history):
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
+
!pip install openai
|
5 |
+
|
6 |
openai.api_key = "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" # Replace with your key
|
7 |
|
8 |
def predict(message, history):
|