Use this topic for any question about Chapter 9 of the course.
Hello Everyone!
I think something is missing in the Sharing demos with others - Hugging Face Course, namely imports and defining the function:
fn=predict
" Creating a simple demo using Blocks" " Flip Text! Start typing below to see the output." on the course webpage does not work for me.
It works fine now. But the code for musical notes needs to be changed at the very end so that gr.Textbox(type=“number”, value=1, label=“Duration in seconds”) becomes gr.Textbox(type=“text”, value=1, label=“Duration in seconds”),