pratikrath126 commited on
Commit
35fa41b
·
verified ·
1 Parent(s): d045a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import requests
3
 
4
- NGROK_URL = "https://b229-34-90-140-131.ngrok-free.app" # Update this with your actual ngrok URL
5
 
6
  def generate_and_save(prompt, negative_prompt, num_frames, guidance_scale, num_inference_steps, seed):
7
  data = {
 
1
  import gradio as gr
2
  import requests
3
 
4
+ NGROK_URL = "https://ec6c-34-90-140-131.ngrok-free.app" # Update this with your actual ngrok URL
5
 
6
  def generate_and_save(prompt, negative_prompt, num_frames, guidance_scale, num_inference_steps, seed):
7
  data = {