musaashaikh commited on
Commit
7f92a67
·
verified ·
1 Parent(s): a1e407a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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