rubend18 commited on
Commit
990f241
1 Parent(s): 83c3f9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,9 +35,9 @@ def generate_prompt(person, language):
35
  prompt = generate_string(person, language)
36
  return prompt
37
 
38
- value1 = gr.inputs.Textbox(label="Character", placeholder="Enter the character...")
39
- value2 = gr.inputs.Radio(choices=["English", "Spanish"], label="Select the language")
40
- value3 = gr.outputs.Textbox(label="Prompt")
41
 
42
  examples = [
43
  ["Satan"],
 
35
  prompt = generate_string(person, language)
36
  return prompt
37
 
38
+ value1 = gr.Textbox(label="Character", placeholder="Enter the character...")
39
+ value2 = gr.Radio(choices=["English", "Spanish"], label="Select the language")
40
+ value3 = gr.Textbox(label="Prompt")
41
 
42
  examples = [
43
  ["Satan"],