Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
244 |
img_state = gr.State(value=None)
|
245 |
|
246 |
with gr.Tabs():
|
247 |
-
with gr.Tab("Skywork UniPic2-
|
248 |
chatbot = gr.Chatbot(
|
249 |
elem_id="chatbot1",
|
250 |
show_label=False,
|
|
|
244 |
img_state = gr.State(value=None)
|
245 |
|
246 |
with gr.Tabs():
|
247 |
+
with gr.Tab("Skywork UniPic2-Metaquery int4", elem_id="tab_item_4"):
|
248 |
chatbot = gr.Chatbot(
|
249 |
elem_id="chatbot1",
|
250 |
show_label=False,
|