Spaces:
Runtime error
Runtime error
Commit
·
ab06b4f
1
Parent(s):
9fc84eb
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
-
import os
|
2 |
import openai
|
3 |
import gradio as gr
|
4 |
-
from transformers import pipeline
|
5 |
-
|
6 |
-
sarcasticmarv=pipeline("Sarcastic AI")
|
7 |
|
8 |
|
9 |
openai.api_key = "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"
|
|
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
|
|
|
|
|
|
3 |
|
4 |
|
5 |
openai.api_key = "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"
|