Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,5 +41,5 @@ text_generation_interface = gr.Interface(
|
|
41 |
],
|
42 |
outputs=gr.inputs.Textbox(label="Generated Text"),
|
43 |
title="Falcon-7B Instruct",
|
44 |
-
image="ai-icon.png"
|
45 |
).launch()
|
|
|
41 |
],
|
42 |
outputs=gr.inputs.Textbox(label="Generated Text"),
|
43 |
title="Falcon-7B Instruct",
|
44 |
+
image="CogwiseAI-testchatexample/ai-icon.png"
|
45 |
).launch()
|