Shubhy commited on
Commit
db36d92
1 Parent(s): 1095a7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import openai
3
 
4
  # Set up your OpenAI API key
5
- openai.api_key = "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"
6
 
7
  # Define the function to handle the user's inputs and generate the output
8
  def process_quote(quote, action, target_language):
 
2
  import openai
3
 
4
  # Set up your OpenAI API key
5
+ openai.api_key = ""
6
 
7
  # Define the function to handle the user's inputs and generate the output
8
  def process_quote(quote, action, target_language):