Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,4 +99,4 @@ interface = gr.Interface(
|
|
99 |
],
|
100 |
examples=[[examples[i]["path"], examples[i]["label"]] for i in range(10)],
|
101 |
cache_examples=True # Adjusted according to the new parameter for caching examples if needed
|
102 |
-
).launch() #enable to serve as api
|
|
|
99 |
],
|
100 |
examples=[[examples[i]["path"], examples[i]["label"]] for i in range(10)],
|
101 |
cache_examples=True # Adjusted according to the new parameter for caching examples if needed
|
102 |
+
).launch(share=True) #enable to serve as api
|