PhilSpiel commited on
Commit
16291c0
·
1 Parent(s): 6454392

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import openai
2
  import gradio as gr
3
  import os
4
 
5
-
6
  openai.api_key = "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" # Replace with your key
7
 
8
  def predict(message, history):
 
2
  import gradio as gr
3
  import os
4
 
 
5
  openai.api_key = "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" # Replace with your key
6
 
7
  def predict(message, history):