Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
description = "Question Answering Demo 🙌🏼"
|
| 3 |
title = "Question Answering with Keras"
|
| 4 |
-
interface = gr.Interface.load("huggingface/keras-io/
|
| 5 |
description=description,
|
| 6 |
title = title
|
| 7 |
)
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
description = "Question Answering Demo 🙌🏼"
|
| 3 |
title = "Question Answering with Keras"
|
| 4 |
+
interface = gr.Interface.load("huggingface/keras-io/transformers-qa",
|
| 5 |
description=description,
|
| 6 |
title = title
|
| 7 |
)
|