Spaces:
Runtime error
Runtime error
Moritz Stephan
commited on
Commit
·
a7154cb
1
Parent(s):
8188da7
switching to prod url
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from typing import Optional, List, Tuple
|
|
6 |
import gradio as gr
|
7 |
|
8 |
|
9 |
-
ENDPOINT_URL = "https://austrian-code-wizard--metarlaif-web
|
10 |
|
11 |
|
12 |
def get_feedback_options() -> List[Tuple[str, str]]:
|
|
|
6 |
import gradio as gr
|
7 |
|
8 |
|
9 |
+
ENDPOINT_URL = "https://austrian-code-wizard--metarlaif-web.modal.run"
|
10 |
|
11 |
|
12 |
def get_feedback_options() -> List[Tuple[str, str]]:
|