Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,5 +34,5 @@ def process_input(Prompt,choice):
|
|
| 34 |
else:
|
| 35 |
return None , None , generate_image(Prompt)
|
| 36 |
|
| 37 |
-
demo=gr.Interface(fn=process_input,inputs=["text",gr.Radio(["
|
| 38 |
demo.launch(debug=True)
|
|
|
|
| 34 |
else:
|
| 35 |
return None , None , generate_image(Prompt)
|
| 36 |
|
| 37 |
+
demo=gr.Interface(fn=process_input,inputs=["text",gr.Radio(["Chat","Music","Image"])],outputs=["text", "audio","image"],title="Multimodal assistance")
|
| 38 |
demo.launch(debug=True)
|