Nymbo commited on
Commit
ffce82d
1 Parent(s): 0bd2605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,6 +46,7 @@ def clone_and_push(hf_username, hf_space_name, github_repo_name, github_token):
46
  shutil.rmtree(tmp_dir)
47
 
48
  iface = gr.Interface(
 
49
  fn=clone_and_push,
50
  inputs=[
51
  gr.Textbox(label="Hugging Face Username", placeholder="e.g., john_doe"),
@@ -63,4 +64,4 @@ iface = gr.Interface(
63
  )
64
 
65
  if __name__ == "__main__":
66
- iface.launch()
 
46
  shutil.rmtree(tmp_dir)
47
 
48
  iface = gr.Interface(
49
+ theme="Nymbo/Nymbo_Theme",
50
  fn=clone_and_push,
51
  inputs=[
52
  gr.Textbox(label="Hugging Face Username", placeholder="e.g., john_doe"),
 
64
  )
65
 
66
  if __name__ == "__main__":
67
+ iface.launch()