Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,6 +66,7 @@ interface = gr.Interface(fn=predict,
|
|
| 66 |
outputs=model_output,
|
| 67 |
examples=examples,
|
| 68 |
title=title,
|
|
|
|
| 69 |
theme='gradio/soft')
|
| 70 |
|
| 71 |
interface.launch()
|
|
|
|
| 66 |
outputs=model_output,
|
| 67 |
examples=examples,
|
| 68 |
title=title,
|
| 69 |
+
description=instructions,
|
| 70 |
theme='gradio/soft')
|
| 71 |
|
| 72 |
interface.launch()
|