Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,6 +22,7 @@ def predict(input, history=[]):
|
|
| 22 |
import gradio as gr
|
| 23 |
|
| 24 |
gr.Interface(fn=predict,
|
|
|
|
| 25 |
inputs=["text", "state"],
|
| 26 |
outputs=["text", "state"]).launch()
|
| 27 |
|
|
|
|
| 22 |
import gradio as gr
|
| 23 |
|
| 24 |
gr.Interface(fn=predict,
|
| 25 |
+
theme="default",
|
| 26 |
inputs=["text", "state"],
|
| 27 |
outputs=["text", "state"]).launch()
|
| 28 |
|