Samuelblue commited on
Commit
206002f
·
1 Parent(s): 002afcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,4 +1,4 @@
1
- pip install openai
2
  import gradio as gr
3
  import openai
4
 
@@ -28,6 +28,5 @@ interface = gr.Interface(
28
  title="GPT-3 Chatbot",
29
  description="A chatbot powered by GPT-3"
30
  )
31
-
32
- interface.launch()
33
 
 
1
+ !pip install openai
2
  import gradio as gr
3
  import openai
4
 
 
28
  title="GPT-3 Chatbot",
29
  description="A chatbot powered by GPT-3"
30
  )
31
+ demo.launch()
 
32