You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parsed_content_list = '\n'.join([f"type: {x['type']}, content: {x['content']}, interactivity: {x['interactivity']}" for x in parsed_content_list])
this is the correction
error at line 61 of gradio_demo.py
syntax error because of improper use of quotes within the f-string
The text was updated successfully, but these errors were encountered: