Spaces:
Running
Running
TenPoisk
commited on
Commit
·
25174e3
1
Parent(s):
44a4c99
Update app-lic.py
Browse files- app-lic.py +1 -1
app-lic.py
CHANGED
@@ -104,4 +104,4 @@ article = \
|
|
104 |
</p>
|
105 |
"""
|
106 |
|
107 |
-
gr.load(title=title, description=description, article=article, theme=theme).launch(share=True)
|
|
|
104 |
</p>
|
105 |
"""
|
106 |
|
107 |
+
gr.Interface.load(title=title, description=description, article=article, theme=theme).launch(share=True)
|