sdobson commited on
Commit
0d121b3
·
verified ·
1 Parent(s): 5aee008

Add disclaimer

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,8 +93,8 @@ with gr.Blocks(title="nanochat") as demo:
93
  gr.Markdown("# nanochat")
94
  gr.Markdown("Chat with an AI trained in 4 hours for $100")
95
  gr.Markdown(
96
- "**Note:** If inference is slow, duplicate this space to host a copy "
97
- "of your own - it's small enough to run on a (free) CPU instance!",
98
  )
99
  chatbot.render()
100
 
 
93
  gr.Markdown("# nanochat")
94
  gr.Markdown("Chat with an AI trained in 4 hours for $100")
95
  gr.Markdown(
96
+ "**Note:** This model is a research experiment. "
97
+ "Obviously do not rely on the outputs!",
98
  )
99
  chatbot.render()
100