Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -226,7 +226,7 @@ interface = gr.Interface(
|
|
| 226 |
["questions.json", "to_be_screened_2.zip"]
|
| 227 |
],
|
| 228 |
cache_examples=False
|
| 229 |
-
)
|
| 230 |
|
| 231 |
# Launch with debugging and sharing enabled
|
| 232 |
interface.launch(debug=True, share=True)
|
|
|
|
| 226 |
["questions.json", "to_be_screened_2.zip"]
|
| 227 |
],
|
| 228 |
cache_examples=False
|
| 229 |
+
)
|
| 230 |
|
| 231 |
# Launch with debugging and sharing enabled
|
| 232 |
interface.launch(debug=True, share=True)
|