abhisheky127
commited on
Commit
•
059b923
1
Parent(s):
1308769
updating imports
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
title = "Fold: Contextual Tag Recommendation System"
|
|
|
1 |
import gradio as gr
|
2 |
+
import re
|
3 |
from transformers import pipeline
|
4 |
|
5 |
title = "Fold: Contextual Tag Recommendation System"
|