abidlabs HF Staff commited on
Commit
86333ff
·
verified ·
1 Parent(s): 8a8de5b

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):