not-lain commited on
Commit
a319895
·
verified ·
1 Parent(s): d9542eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  # now to create an interface with gradio
2
  import gradio as gr
3
- from transformers import pipeline
 
4
 
5
 
6
  # a function that uses the pipeline
 
1
  # now to create an interface with gradio
2
  import gradio as gr
3
+ import os
4
+ print("space secret = ", os.environ["s"])
5
 
6
 
7
  # a function that uses the pipeline