XufengDuan commited on
Commit
b3a3f19
·
1 Parent(s): 842fa95

update scripts

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. example.png +0 -0
app.py CHANGED
@@ -217,6 +217,7 @@ try:
217
  with demo:
218
  gr.HTML(about.TITLE)
219
  gr.Markdown(about.INTRODUCTION_TEXT, elem_classes="markdown-text")
 
220
  def display_radar_chart():
221
  return """
222
  <iframe src="https://xufengduan.github.io/Benchmark_result/clean.html" style="width: 100%; height: 500px; border: none;"></iframe>
 
217
  with demo:
218
  gr.HTML(about.TITLE)
219
  gr.Markdown(about.INTRODUCTION_TEXT, elem_classes="markdown-text")
220
+ gr.Image("./example.png", elem_id="local-image", label="Local Image")
221
  def display_radar_chart():
222
  return """
223
  <iframe src="https://xufengduan.github.io/Benchmark_result/clean.html" style="width: 100%; height: 500px; border: none;"></iframe>
example.png ADDED