Samuelblue commited on
Commit
93cf0c3
·
1 Parent(s): 54bc020
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -5,9 +5,6 @@ import gradio as gr
5
  # Create a text input
6
  text_input = gr.inputs.Textbox(lines=2, label="Enter your text:")
7
 
8
- # Create a ChatGPT object
9
- chatgpt = gr.ChatGPT()
10
-
11
  # Create a text output
12
  text_output = gr.outputs.Textbox(label="ChatGPT Output:")
13
 
 
5
  # Create a text input
6
  text_input = gr.inputs.Textbox(lines=2, label="Enter your text:")
7
 
 
 
 
8
  # Create a text output
9
  text_output = gr.outputs.Textbox(label="ChatGPT Output:")
10