Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
-
openai.api_key = "sk-
|
5 |
|
6 |
def predict(message, history):
|
7 |
history_openai_format = []
|
@@ -24,8 +24,8 @@ def predict(message, history):
|
|
24 |
yield partial_message
|
25 |
|
26 |
A1 = gr.ChatInterface(predict,
|
27 |
-
title="
|
28 |
-
description="An AI Powered Chatbot with
|
29 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
|
30 |
retry_btn=None,
|
31 |
clear_btn="Clear")
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
+
openai.api_key = "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"
|
5 |
|
6 |
def predict(message, history):
|
7 |
history_openai_format = []
|
|
|
24 |
yield partial_message
|
25 |
|
26 |
A1 = gr.ChatInterface(predict,
|
27 |
+
title="TREBLE",
|
28 |
+
description="An AI Powered Chatbot with Vision and Image Generation Capabilities Created By Peach State Innovation and Technology. Ask Me About Question About Anything...From Georgia and Beyond...And I'll Give You An Answer!",
|
29 |
theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"),
|
30 |
retry_btn=None,
|
31 |
clear_btn="Clear")
|