Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ import gc
|
|
25 |
import csv
|
26 |
from datetime import datetime
|
27 |
from openai import OpenAI
|
28 |
-
from gradio import themes
|
29 |
|
30 |
torch.backends.cuda.matmul.allow_tf32 = False
|
31 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
@@ -441,9 +440,7 @@ def create_advanced_options():
|
|
441 |
width_slider,
|
442 |
num_frames_slider,
|
443 |
]
|
444 |
-
|
445 |
-
# Define the Gradio interface with tabs
|
446 |
-
with gr.Blocks(theme=gr.themes.Origin()) as iface:
|
447 |
with gr.Row(elem_id="title-row"):
|
448 |
gr.Markdown(
|
449 |
"""
|
|
|
25 |
import csv
|
26 |
from datetime import datetime
|
27 |
from openai import OpenAI
|
|
|
28 |
|
29 |
torch.backends.cuda.matmul.allow_tf32 = False
|
30 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
|
|
440 |
width_slider,
|
441 |
num_frames_slider,
|
442 |
]
|
443 |
+
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
|
|
|
444 |
with gr.Row(elem_id="title-row"):
|
445 |
gr.Markdown(
|
446 |
"""
|