Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ A6 = gr.HTML(
|
|
122 |
<iframe
|
123 |
src="https://peachtechai-text-summarization.hf.space"
|
124 |
frameborder="0"
|
125 |
-
width="
|
126 |
height="1000"
|
127 |
></iframe> """),
|
128 |
)
|
@@ -153,5 +153,5 @@ yt_transcribe = gr.Interface(
|
|
153 |
allow_flagging="never",
|
154 |
)
|
155 |
|
156 |
-
clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe,
|
157 |
clp.queue().launch()
|
|
|
122 |
<iframe
|
123 |
src="https://peachtechai-text-summarization.hf.space"
|
124 |
frameborder="0"
|
125 |
+
width="1285"
|
126 |
height="1000"
|
127 |
></iframe> """),
|
128 |
)
|
|
|
153 |
allow_flagging="never",
|
154 |
)
|
155 |
|
156 |
+
clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe, A3, A4], ["Chat", "Write", "Summarize", "Audio Transcription", "Video Transcription", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
|
157 |
clp.queue().launch()
|