EkhiAzur commited on
Commit
fa6f93a
·
1 Parent(s): c0f56fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ classifier = pipeline("text-classification", tokenizer=tokenizer, model=model, m
22
  adibideak = json.load(open("./Adibideak.json", "r"))
23
 
24
  def prozesatu(Testua, request: gr.Request):
 
25
  #Ip-a lortzeko kontuak
26
  client_ip = request.client.host
27
  local_ip = socket.gethostbyname(socket.gethostbyname(""))
 
22
  adibideak = json.load(open("./Adibideak.json", "r"))
23
 
24
  def prozesatu(Testua, request: gr.Request):
25
+ open("Proba.txt", "w")
26
  #Ip-a lortzeko kontuak
27
  client_ip = request.client.host
28
  local_ip = socket.gethostbyname(socket.gethostbyname(""))