Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -92,8 +92,7 @@ with demo:
|
|
92 |
# gr.Markdown("This demo allows you to generate TAPs using functionality description described in English. You can learn the working detail of our tool from our paper")
|
93 |
gr.Markdown("<h3>What are TAPs?</h3>")
|
94 |
gr.Markdown("""
|
95 |
-
TAPs or Trigger Action Programs are an event-driven rules used to automate smart devices and/or internet services. TAPs are written in the form of "IF
|
96 |
-
where <trigger> and <action> refer to API calls. TAPs has been used in various use cases, ranging from home monitoring system to business workflow automation.
|
97 |
""")
|
98 |
gr.Markdown("<h3>Why generating TAPs can be challenging?</h3>")
|
99 |
gr.Markdown("""
|
@@ -101,8 +100,7 @@ with demo:
|
|
101 |
""")
|
102 |
gr.Markdown("<h3>RecipeGen</h3?>")
|
103 |
gr.Markdown("""
|
104 |
-
RecipeGen is a deep learning-based tool that can assist end-users to generate TAPs using natural language
|
105 |
-
will generate the candidate TAPs based those descriptions.
|
106 |
""")
|
107 |
gr.Markdown("<h3>Instructions</h3>")
|
108 |
gr.Markdown("""
|
|
|
92 |
# gr.Markdown("This demo allows you to generate TAPs using functionality description described in English. You can learn the working detail of our tool from our paper")
|
93 |
gr.Markdown("<h3>What are TAPs?</h3>")
|
94 |
gr.Markdown("""
|
95 |
+
TAPs or Trigger Action Programs are an event-driven rules used to automate smart devices and/or internet services. TAPs are written in the form of "IF **trigger** then execute **action**, where **trigger** and **action** refer to API calls. TAPs has been used in various use cases, ranging from home monitoring system to business workflow automation.
|
|
|
96 |
""")
|
97 |
gr.Markdown("<h3>Why generating TAPs can be challenging?</h3>")
|
98 |
gr.Markdown("""
|
|
|
100 |
""")
|
101 |
gr.Markdown("<h3>RecipeGen</h3?>")
|
102 |
gr.Markdown("""
|
103 |
+
RecipeGen is a deep learning-based tool that can assist end-users to generate TAPs using natural language descriptions. End-users can describe the functionality of the intended TAP, then RecipeGen will generate the candidate TAPs based the description.
|
|
|
104 |
""")
|
105 |
gr.Markdown("<h3>Instructions</h3>")
|
106 |
gr.Markdown("""
|