AllenYkl commited on
Commit
348b507
β€’
1 Parent(s): d1b8e02

Update bin_public/utils/utils.py

Browse files
Files changed (1) hide show
  1. bin_public/utils/utils.py +8 -3
bin_public/utils/utils.py CHANGED
@@ -498,8 +498,13 @@ def versions_html():
498
  commit_info = "unknown \U0001F615"
499
  return f"""
500
  Python: <span title="{sys.version}">{python_version}</span>
501
- β€€β€’β€€
502
  Gradio: {gr.__version__}
503
- β€€β€’β€€
504
  Commit: {commit_info}
505
- """
 
 
 
 
 
 
 
 
498
  commit_info = "unknown \U0001F615"
499
  return f"""
500
  Python: <span title="{sys.version}">{python_version}</span>
 
501
  Gradio: {gr.__version__}
 
502
  Commit: {commit_info}
503
+ """
504
+
505
+ def get_function_content(functions, selection):
506
+ return functions[selection]
507
+
508
+
509
+ def get_character_content(content):
510
+ return content