Spaces:
Runtime error
Runtime error
John Yang
commited on
Commit
·
14fbfba
1
Parent(s):
11d1f29
Remove an example to lower startup time
Browse files
app.py
CHANGED
|
@@ -219,7 +219,6 @@ gr.Interface(fn=run_episode,\
|
|
| 219 |
inputs=gr.inputs.Textbox(lines=7, label="Input Text"),\
|
| 220 |
outputs="text",\
|
| 221 |
examples=[
|
| 222 |
-
"I am looking for a high power sound column subwoofer, that uses bluetooth and is also a 3d surround sound system, and price lower than 650.00 dollars",
|
| 223 |
"Please select a 1 pound, certified organic sea salt shaker in the flavor triple blend flakes, and price lower than 40.00 dollars",
|
| 224 |
"I want to find a gold floor lamp with a glass shade and a nickel finish that i can use for my living room, and price lower than 270.00 dollars"
|
| 225 |
],\
|
|
|
|
| 219 |
inputs=gr.inputs.Textbox(lines=7, label="Input Text"),\
|
| 220 |
outputs="text",\
|
| 221 |
examples=[
|
|
|
|
| 222 |
"Please select a 1 pound, certified organic sea salt shaker in the flavor triple blend flakes, and price lower than 40.00 dollars",
|
| 223 |
"I want to find a gold floor lamp with a glass shade and a nickel finish that i can use for my living room, and price lower than 270.00 dollars"
|
| 224 |
],\
|