Spaces:
Runtime error
Runtime error
Commit ·
b699905
1
Parent(s): 89d3fbe
Update app.py
Browse files
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="
|
| 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()
|