MrAli813 commited on
Commit
aada556
·
1 Parent(s): 63de641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,7 +1,7 @@
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,8 +24,8 @@ def predict(message, history):
24
  yield partial_message
25
 
26
  A1 = gr.ChatInterface(predict,
27
- title="PeachTalk+",
28
- description="An AI Powered Chatbot with Computer Vision and Image Generation Capabilities Currently Under Development 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")
 
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")