Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import gradio as gr
|
|
| 3 |
|
| 4 |
read_key = os.environ.get('HF_TOKEN', None)
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
|
| 9 |
demo.launch()
|
|
|
|
| 3 |
|
| 4 |
read_key = os.environ.get('HF_TOKEN', None)
|
| 5 |
|
| 6 |
+
|
| 7 |
+
demo = gr.load("userIdc2024/adgenesis-internal", token=read_key, src="spaces")
|
| 8 |
|
| 9 |
demo.launch()
|