Spaces:
Runtime error
Runtime error
homegrownherbalist
commited on
Commit
·
e4d41ba
1
Parent(s):
71308ea
Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,6 @@ hf_token = os.environ.get("superdupersecretkey")
|
|
7 |
# Load the interface from the private Space
|
8 |
potatoEatingFootfungusFromTheBowelsOfTheUnderworldRuledByTheMadKingChauncey = gr.load(name="homegrownherbalist/chaunceybackend", src="spaces", hf_token=hf_token)
|
9 |
|
|
|
10 |
# Launch the application
|
11 |
potatoEatingFootfungusFromTheBowelsOfTheUnderworldRuledByTheMadKingChauncey.launch()
|
|
|
7 |
# Load the interface from the private Space
|
8 |
potatoEatingFootfungusFromTheBowelsOfTheUnderworldRuledByTheMadKingChauncey = gr.load(name="homegrownherbalist/chaunceybackend", src="spaces", hf_token=hf_token)
|
9 |
|
10 |
+
|
11 |
# Launch the application
|
12 |
potatoEatingFootfungusFromTheBowelsOfTheUnderworldRuledByTheMadKingChauncey.launch()
|