Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
import gradio as gr
|
|
|
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Azure Text Analytics setup
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
from azure.ai.textanalytics import TextAnalyticsClient
|
| 3 |
+
from azure.core.credentials import AzureKeyCredential
|
| 4 |
from transformers import pipeline
|
| 5 |
|
| 6 |
# Azure Text Analytics setup
|