Spaces:
Runtime error
Runtime error
santhakumar
commited on
Commit
·
5fc4975
1
Parent(s):
ba81b65
tried Interface Load method
Browse files
app.py
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
from gradio_client import Client
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
+
import gradio as gr
|
3 |
+
gr.Interface.load("santhakumar/hotdog", api_key="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").launch()
|
4 |
+
|
5 |
+
|
6 |
+
#from gradio_client import Client
|
7 |
+
|
8 |
+
#client = Client("santhakumar/hotdog", hf_token="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")
|