Spaces:
Sleeping
Sleeping
hubsnippetai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,4 @@ secret = os.getenv('huggingfacesecret')
|
|
5 |
|
6 |
from gradio_client import Client
|
7 |
|
8 |
-
client = Client("hubsnippetai/medapp", hf_token=secret)
|
|
|
5 |
|
6 |
from gradio_client import Client
|
7 |
|
8 |
+
client = Client("hubsnippetai/medapp", hf_token=secret, SPACE_ID="hubsnippetai/medapp")
|