darkc0de commited on
Commit
1f020ce
·
verified ·
1 Parent(s): 3169734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def respond(message, history):
36
  except Exception as e:
37
  yield f"An error occurred: {e}"
38
 
39
- header_image_path = "https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/Cb-cHbgPqap2bOpRnSNRe.gif"
40
 
41
 
42
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
 
36
  except Exception as e:
37
  yield f"An error occurred: {e}"
38
 
39
+ header_image_path = "https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/j61iZTDaK9g0UW3aWGwWi.gif"
40
 
41
 
42
  with gr.Blocks(theme=gr.themes.Soft()) as demo: