HrudayVikas commited on
Commit
6717985
·
verified ·
1 Parent(s): 63276f4

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://your-actual-ngrok-url" # 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://188e-34-105-12-12.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 = {