Spaces:
Sleeping
Sleeping
Commit
·
7e0df52
1
Parent(s):
2bcf9f3
Fixed dependency object
Browse files
app.py
CHANGED
@@ -41,7 +41,9 @@ def fetch_data(user_id, mmr, comf_1, comf_2, comf_3, comf_4, comf_5):
|
|
41 |
print()
|
42 |
|
43 |
return player_id
|
44 |
-
|
|
|
|
|
45 |
# demo = gr.Interface(
|
46 |
# fn=fetch_data,
|
47 |
# inputs=[
|
|
|
41 |
print()
|
42 |
|
43 |
return player_id
|
44 |
+
|
45 |
+
gr.Interface.load("https://huggingface.co/nick-leland/RD2L_Random_Forest").launch()
|
46 |
+
|
47 |
# demo = gr.Interface(
|
48 |
# fn=fetch_data,
|
49 |
# inputs=[
|