Rehman1603 commited on
Commit
3961677
·
verified ·
1 Parent(s): b0278fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
73
  gr.components.Dropdown(["Easy", "Medium", "Hard"], label="Select difficulty level:")
74
  ],
75
  outputs=[
76
- gr.components.JSON(label="MCQs Output")
77
  ],
78
  title="YouTube Video Subtitle to MCQs Quiz",
79
  description="Generate MCQs from YouTube video subtitles"
 
73
  gr.components.Dropdown(["Easy", "Medium", "Hard"], label="Select difficulty level:")
74
  ],
75
  outputs=[
76
+ gr.components.Textbox(label="MCQs Output")
77
  ],
78
  title="YouTube Video Subtitle to MCQs Quiz",
79
  description="Generate MCQs from YouTube video subtitles"