Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
-
gr.Interface
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
+
#gr.Interface.load("models/HusseinHE/seif-1-5").launch()
|
3 |
|
4 |
+
iface = gr.Interface(title="", background="#000000")
|
5 |
+
iface.load("models/HusseinHE/seif-1-5")
|
6 |
+
iface.launch()
|