Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# Replace with your actual ngrok URL from Colab
|
| 5 |
-
COLAB_BACKEND_URL = "https://
|
| 6 |
|
| 7 |
def respond(
|
| 8 |
message,
|
|
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# Replace with your actual ngrok URL from Colab
|
| 5 |
+
COLAB_BACKEND_URL = "https://64d0-34-124-237-140.ngrok-free.app/generate"
|
| 6 |
|
| 7 |
def respond(
|
| 8 |
message,
|