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