Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -91,15 +91,6 @@ A1 = gr.ChatInterface(predict,
|
|
91 |
clear_btn="Clear Conversation")
|
92 |
|
93 |
|
94 |
-
A4 = gr.load(
|
95 |
-
"models/stabilityai/stable-diffusion-xl-base-1.0",
|
96 |
-
inputs=[gr.Textbox(label="Enter Your Image Description")],
|
97 |
-
outputs=[gr.Image(label="Image")],
|
98 |
-
title=" ",
|
99 |
-
description="Bring Your Imagination Into Existence, Create Unique Images With COLLEAGUE",
|
100 |
-
allow_flagging="never",
|
101 |
-
examples=["A gigantic celtic leprechaun wandering the streets of downtown Atlanta","A child eating pizza in a Brazilian favela"])
|
102 |
-
|
103 |
A5 = gr.HTML(
|
104 |
value=("""
|
105 |
<iframe
|
@@ -146,5 +137,5 @@ yt_transcribe = gr.Interface(
|
|
146 |
allow_flagging="never",
|
147 |
)
|
148 |
|
149 |
-
clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe, A4], ["Chat", "Write", "Summarize", "Audio Transcription"
|
150 |
clp.queue().launch()
|
|
|
91 |
clear_btn="Clear Conversation")
|
92 |
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
A5 = gr.HTML(
|
95 |
value=("""
|
96 |
<iframe
|
|
|
137 |
allow_flagging="never",
|
138 |
)
|
139 |
|
140 |
+
clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe, A4], ["Chat", "Write", "Summarize", "Audio Transcription"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
|
141 |
clp.queue().launch()
|