camillelacan1 commited on
Commit
b401809
·
1 Parent(s): 2293546

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ openai.api_key = "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"
8
  # Set the model to use (e.g. "text-davinci-002")
9
  model = "text-davinci-002"
10
 
11
- def convert_code(code, language_in, language_out,):
12
  """
13
  Convert the given code to the specified language using GPT-3.
14
  """
 
8
  # Set the model to use (e.g. "text-davinci-002")
9
  model = "text-davinci-002"
10
 
11
+ def convert_code(code, language_in, language_out):
12
  """
13
  Convert the given code to the specified language using GPT-3.
14
  """