piusanalytics commited on
Commit
c5d3a1f
·
verified ·
1 Parent(s): 5fc47de

update new gradio rules

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.inputs.Textbox(label="Enter your Prompt")
72
 
73
  # Create the output interface
74
- output_textbox = gr.outputs.Textbox(label="Enhanced Prompt")
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(