Spaces:
Sleeping
Sleeping
Commit
·
2a43935
1
Parent(s):
7e0df52
Moved back to creating demo
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def fetch_data(user_id, mmr, comf_1, comf_2, comf_3, comf_4, comf_5):
|
|
42 |
|
43 |
return player_id
|
44 |
|
45 |
-
gr.Interface.load("https://huggingface.co/nick-leland/RD2L_Random_Forest")
|
46 |
|
47 |
# demo = gr.Interface(
|
48 |
# fn=fetch_data,
|
@@ -68,5 +68,5 @@ gr.Interface.load("https://huggingface.co/nick-leland/RD2L_Random_Forest").launc
|
|
68 |
# article="Uhhhhh this is the article",
|
69 |
# description="Uhhhhh this is the description"
|
70 |
# )
|
71 |
-
|
72 |
|
|
|
42 |
|
43 |
return player_id
|
44 |
|
45 |
+
demo = gr.Interface.load("https://huggingface.co/nick-leland/RD2L_Random_Forest")
|
46 |
|
47 |
# demo = gr.Interface(
|
48 |
# fn=fetch_data,
|
|
|
68 |
# article="Uhhhhh this is the article",
|
69 |
# description="Uhhhhh this is the description"
|
70 |
# )
|
71 |
+
demo.launch()
|
72 |
|