saicharantej commited on
Commit
b699905
·
1 Parent(s): 89d3fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,7 +71,6 @@ question = generate_topic(aiquotient=100,response='I am an expert in Machine Lea
71
  inputs = gr.Audio(source="microphone", type="filepath",label=question)
72
 
73
  bot = gr.Interface(fn=transcribe, inputs=inputs, outputs="text", title="Ask Turing: Improve your AI Quotient",
74
- description="This is a gradio app",
75
- article="Visit aiquotient.app for more details")
76
 
77
  bot.launch()
 
71
  inputs = gr.Audio(source="microphone", type="filepath",label=question)
72
 
73
  bot = gr.Interface(fn=transcribe, inputs=inputs, outputs="text", title="Ask Turing: Improve your AI Quotient",
74
+ description="Answer the question and receive feedback")
 
75
 
76
  bot.launch()