LN1996 commited on
Commit
05ffd40
·
verified ·
1 Parent(s): f28762f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -174,8 +174,8 @@ def input_multimodel(image=None, audio=None, text=None, query=None):
174
 
175
  import gradio as gr
176
 
177
- title = "Multi-Model Phi-2 "
178
- description = "A simple Gradio interface to use a Multi-model (image, text, audio) version of Microsoft Phi-2"
179
 
180
  demo = gr.Interface(input_multimodel,
181
  inputs = [gr.Image(label="Input context Image"),
 
174
 
175
  import gradio as gr
176
 
177
+ title = "Multi-Modal Phi-2 "
178
+ description = "A simple Gradio interface to use a custom Multi-modal (image, text, audio) version of Microsoft Phi-2"
179
 
180
  demo = gr.Interface(input_multimodel,
181
  inputs = [gr.Image(label="Input context Image"),