Commit
·
32eeb01
1
Parent(s):
3eafb49
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,10 +156,7 @@ gradio_interface = gradio.Interface(
|
|
| 156 |
fn=run_code,
|
| 157 |
inputs="text",
|
| 158 |
outputs="text",
|
| 159 |
-
|
| 160 |
-
["ls -l"],
|
| 161 |
-
["pip install bs4"]
|
| 162 |
-
],
|
| 163 |
title="REST API ",
|
| 164 |
description="This is an AI powered REST API ",
|
| 165 |
article=""
|
|
|
|
| 156 |
fn=run_code,
|
| 157 |
inputs="text",
|
| 158 |
outputs="text",
|
| 159 |
+
|
|
|
|
|
|
|
|
|
|
| 160 |
title="REST API ",
|
| 161 |
description="This is an AI powered REST API ",
|
| 162 |
article=""
|