Spaces:
Runtime error
Runtime error
Commit
·
93cf0c3
1
Parent(s):
54bc020
Removed.
Browse files
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 |
|