Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,4 +35,4 @@ gr.Interface(
|
|
| 35 |
outputs=output_text,
|
| 36 |
title="Question Answering with Hugging Face Transformers",
|
| 37 |
description="Upload a JSONL file containing contexts and ask a question to get answers.",
|
| 38 |
-
).launch()
|
|
|
|
| 35 |
outputs=output_text,
|
| 36 |
title="Question Answering with Hugging Face Transformers",
|
| 37 |
description="Upload a JSONL file containing contexts and ask a question to get answers.",
|
| 38 |
+
).launch()
|