babo.lh commited on
Commit
37b5ce1
1 Parent(s): 35eb526

sfsdfsfsdf

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,8 +2,10 @@ import openai
2
  import os
3
  import gradio as gr
4
 
 
5
  openai.api_key = os.environ.get("OPENAI_API_KEY")
6
 
 
7
  class Conversation:
8
  def __init__(self, prompt, num_of_round):
9
  self.prompt = prompt
 
2
  import os
3
  import gradio as gr
4
 
5
+
6
  openai.api_key = os.environ.get("OPENAI_API_KEY")
7
 
8
+ #
9
  class Conversation:
10
  def __init__(self, prompt, num_of_round):
11
  self.prompt = prompt