MrAli813 commited on
Commit
6770700
·
verified ·
1 Parent(s): 5237e3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -91,13 +91,6 @@ A1 = gr.ChatInterface(predict,
91
  clear_btn="Clear Conversation")
92
 
93
 
94
- A3 = gr.load(
95
-
96
- title=" ",
97
- description="Upload Any Type of Imagery (photos, medical imagery, etc.), I'll Give You Its Description",
98
- outputs=[gr.Textbox(label="I see...")],
99
- theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
100
-
101
  A4 = gr.load(
102
  "models/stabilityai/stable-diffusion-xl-base-1.0",
103
  inputs=[gr.Textbox(label="Enter Your Image Description")],
@@ -153,5 +146,5 @@ yt_transcribe = gr.Interface(
153
  allow_flagging="never",
154
  )
155
 
156
- clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe, A3, A4], ["Chat", "Write", "Summarize", "Audio Transcription", "Describe", "Create"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
157
  clp.queue().launch()
 
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")],
 
146
  allow_flagging="never",
147
  )
148
 
149
+ clp = gr.TabbedInterface([A1, A5, A6, mf_transcribe, A4], ["Chat", "Write", "Summarize", "Audio Transcription", "Create"], theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
150
  clp.queue().launch()