Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import groovy as gv
|
|
3 |
from flow import flow
|
4 |
|
5 |
with gr.Blocks() as app:
|
6 |
-
task_box = gr.Textbox(label="🕺 Task", value="flow.task" info="Run this workflow locally by installing the [Groovy Python package](https://github.com/abidlabs/groovy) and then running `groovy run https://huggingface.co/space/url>`.)
|
7 |
with gr.Row():
|
8 |
if flow.inputs:
|
9 |
with gr.Column(scale=1):
|
|
|
3 |
from flow import flow
|
4 |
|
5 |
with gr.Blocks() as app:
|
6 |
+
task_box = gr.Textbox(label="🕺 Task", value="flow.task", info="Run this workflow locally by installing the [Groovy Python package](https://github.com/abidlabs/groovy) and then running `groovy run https://huggingface.co/space/url>`.")
|
7 |
with gr.Row():
|
8 |
if flow.inputs:
|
9 |
with gr.Column(scale=1):
|