Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import os
|
3 |
|
4 |
def greet(name):
|
5 |
-
return "Hello " + name + str(os.environ.get("
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
8 |
iface.launch()
|
|
|
2 |
import os
|
3 |
|
4 |
def greet(name):
|
5 |
+
return "Hello " + name + str(os.environ.get("husheng")) + str(os.environ.get("HUSHENG")) + str(os.environ.get("VAR1")) + str(os.environ.get("SECRET1")) + str(os.environ.get("SECRET_SECRET1")) +"!!"
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
8 |
iface.launch()
|