removed tab
This commit is contained in:
parent
1196fd7f69
commit
2b163446c4
|
@ -34,10 +34,6 @@ import copy
|
||||||
from dotenv import find_dotenv, load_dotenv
|
from dotenv import find_dotenv, load_dotenv
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
"""
|
|
||||||
never hit compute trans -> multi movie add fail
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
#%%
|
#%%
|
||||||
|
@ -293,7 +289,6 @@ if __name__ == "__main__":
|
||||||
# self = BlendingFrontend(None)
|
# self = BlendingFrontend(None)
|
||||||
|
|
||||||
with gr.Blocks() as demo:
|
with gr.Blocks() as demo:
|
||||||
with gr.Tab("Single Transition"):
|
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
prompt1 = gr.Textbox(label="prompt 1")
|
prompt1 = gr.Textbox(label="prompt 1")
|
||||||
prompt2 = gr.Textbox(label="prompt 2")
|
prompt2 = gr.Textbox(label="prompt 2")
|
||||||
|
|
Loading…
Reference in New Issue