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