Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,9 +52,7 @@ demo = gr.Interface(
|
|
| 52 |
4. Please wait a few secs after input to see your results.
|
| 53 |
NB: You might see "no microphone detected" when you first open the app, CONSIDER THAT A MICROPHONE TEST, record anyway and submit. You might see an Error in the output. Now delete the input by clicking the 'x' at the top and record your main input.
|
| 54 |
The app should run seamlessly in the subsequent inputs.
|
| 55 |
-
"""
|
| 56 |
-
allow_flagging = "auto",flagging_callback=hf_writer
|
| 57 |
-
|
| 58 |
)
|
| 59 |
|
| 60 |
demo.launch(share=True)
|
|
|
|
| 52 |
4. Please wait a few secs after input to see your results.
|
| 53 |
NB: You might see "no microphone detected" when you first open the app, CONSIDER THAT A MICROPHONE TEST, record anyway and submit. You might see an Error in the output. Now delete the input by clicking the 'x' at the top and record your main input.
|
| 54 |
The app should run seamlessly in the subsequent inputs.
|
| 55 |
+
"""
|
|
|
|
|
|
|
| 56 |
)
|
| 57 |
|
| 58 |
demo.launch(share=True)
|