Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -16,6 +16,7 @@ iface = gr.Interface(
|
|
16 |
examples=[
|
17 |
["ls"],
|
18 |
["pwd"],
|
19 |
-
["echo 'Hello, Gradio!'",
|
|
|
20 |
)
|
21 |
iface.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
16 |
examples=[
|
17 |
["ls"],
|
18 |
["pwd"],
|
19 |
+
["echo 'Hello, Gradio!'"],
|
20 |
+
["python --version"]]
|
21 |
)
|
22 |
iface.launch(server_name="0.0.0.0", server_port=7860)
|