Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
178 |
-
description = "A simple Gradio interface to use a Multi-
|
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"),
|