gokilashree
commited on
Commit
•
a872588
1
Parent(s):
b95022c
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.load("models/ZB-Tech/Text-to-Image").launch()
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.load("models/ZB-Tech/Text-to-Image").launch()
|
4 |
+
gr.Interface(fn=your_model_function, inputs=your_inputs, outputs=your_outputs).launch(share=True)
|