Spaces:
Runtime error
Runtime error
update new gradio rules
Browse files
app.py
CHANGED
|
@@ -68,10 +68,10 @@ def process_input(input_text):
|
|
| 68 |
return output
|
| 69 |
|
| 70 |
# Create the input interface
|
| 71 |
-
input_textbox = gr.
|
| 72 |
|
| 73 |
# Create the output interface
|
| 74 |
-
output_textbox = gr.
|
| 75 |
|
| 76 |
# Create the Gradio app
|
| 77 |
gr.Interface(
|
|
|
|
| 68 |
return output
|
| 69 |
|
| 70 |
# Create the input interface
|
| 71 |
+
input_textbox = gr.Textbox(label="Enter your Prompt")
|
| 72 |
|
| 73 |
# Create the output interface
|
| 74 |
+
output_textbox = gr.Textbox(label="Enhanced Prompt")
|
| 75 |
|
| 76 |
# Create the Gradio app
|
| 77 |
gr.Interface(
|