Tristan commited on
Commit
2d57d72
1 Parent(s): 9a12ee6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with demo:
60
  state_dict = {"assignmentId": "", "cnt": 0, "cnt_fooled": 0, "data": []}
61
  state = gr.JSON(state_dict, visible=False)
62
 
63
- gr.Markdown("# DADC in Gradio example")
64
  gr.Markdown("Try to fool the model and find an example where it predicts the wrong label!")
65
 
66
  state_display = gr.Markdown(f"State: 0/{TOTAL_CNT} (0 fooled)")
 
60
  state_dict = {"assignmentId": "", "cnt": 0, "cnt_fooled": 0, "data": []}
61
  state = gr.JSON(state_dict, visible=False)
62
 
63
+ gr.Markdown("# DADC in Gradio example. See the README.md to run this space seamlessly in Amazon Mechanical Turk.")
64
  gr.Markdown("Try to fool the model and find an example where it predicts the wrong label!")
65
 
66
  state_display = gr.Markdown(f"State: 0/{TOTAL_CNT} (0 fooled)")