lordspline
commited on
Commit
•
458e2d8
1
Parent(s):
be02ece
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -78,6 +78,12 @@ def bot(
|
|
78 |
|
79 |
|
80 |
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
with gr.Row():
|
82 |
with gr.Column():
|
83 |
multion_api_key_in = gr.Textbox(label="MultiOn API Key")
|
|
|
78 |
|
79 |
|
80 |
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
81 |
+
md = gr.Markdown(
|
82 |
+
"""Notes:
|
83 |
+
- Use "Execute Locally" for better results.
|
84 |
+
- For local execution, you need to download the [MultiOn Browser Extension](https://chromewebstore.google.com/detail/multion/ddmjhdbknfidiopmbaceghhhbgbpenmm) and have "API Enabled" in the settings.
|
85 |
+
- The Huggingface Spaces demo will timeout after 5 minutes by default. To test with longer tasks, [clone the repo](https://github.com/lordspline/DevOn) and run DevOn locally."""
|
86 |
+
)
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
89 |
multion_api_key_in = gr.Textbox(label="MultiOn API Key")
|