Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
|
4 |
-
NGROK_URL = "https://
|
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 = {
|