Spaces:
Runtime error
Runtime error
Commit
·
1d3c1cc
1
Parent(s):
7eacbd4
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
72 |
with gr.Tabs():
|
73 |
with gr.TabItem('Train'):
|
74 |
create_training_demo(trainer, pipe)
|
75 |
-
with gr.TabItem('
|
76 |
create_inference_demo(pipe, HF_TOKEN)
|
77 |
with gr.TabItem('Upload'):
|
78 |
gr.Markdown('''
|
|
|
72 |
with gr.Tabs():
|
73 |
with gr.TabItem('Train'):
|
74 |
create_training_demo(trainer, pipe)
|
75 |
+
with gr.TabItem('Run'):
|
76 |
create_inference_demo(pipe, HF_TOKEN)
|
77 |
with gr.TabItem('Upload'):
|
78 |
gr.Markdown('''
|