Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def set_model(current_model_index):
|
|
47 |
return gr.update(value=f"{current_model['name']}")
|
48 |
|
49 |
|
50 |
-
with gr.Blocks(theme='pikto/theme@>=0.0.4,<0.0.
|
51 |
gr.Markdown("AI CONTENT TOOLS.")
|
52 |
|
53 |
with gr.Tab("T-to-I"):
|
|
|
47 |
return gr.update(value=f"{current_model['name']}")
|
48 |
|
49 |
|
50 |
+
with gr.Blocks(theme='pikto/theme@>=0.0.4,<0.0.5') as pan:
|
51 |
gr.Markdown("AI CONTENT TOOLS.")
|
52 |
|
53 |
with gr.Tab("T-to-I"):
|