RishabhBhardwaj commited on
Commit
c5f6cb3
1 Parent(s): 2f935de

first proper commit

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
- #import gradio as gr
2
- #gr.load("models/walledai/walledguard-c").launch()
3
 
4
  import streamlit as st
5
  import torch
 
1
+ from huggingface_hub import login
2
+ login()
3
 
4
  import streamlit as st
5
  import torch