Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
# now to create an interface with gradio
|
| 2 |
import gradio as gr
|
| 3 |
-
|
|
|
|
| 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
|