Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
import transformers
|
|
|
4 |
|
5 |
# Set up the Hugging Face Transformers library
|
6 |
model_name = "bert-base-uncased"
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
import transformers
|
4 |
+
import blackboxai
|
5 |
|
6 |
# Set up the Hugging Face Transformers library
|
7 |
model_name = "bert-base-uncased"
|