ysharma HF staff commited on
Commit
39748ca
1 Parent(s): 160f4cd
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import requests
2
  import gradio as gr
 
3
 
4
  #Lex's prompt
5
  prompt_lex = """Lex: Let's start with an easy question about consciousness. In your view, is consciousness something that's unique to humans or is it something that permeates all matter? Almost like a fundamental force of physics?
 
1
  import requests
2
  import gradio as gr
3
+ import os
4
 
5
  #Lex's prompt
6
  prompt_lex = """Lex: Let's start with an easy question about consciousness. In your view, is consciousness something that's unique to humans or is it something that permeates all matter? Almost like a fundamental force of physics?