Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,6 @@ import gradio as gr
|
|
2 |
|
3 |
|
4 |
|
5 |
-
gr.Interface.load("
|
6 |
inputs=gr.Textbox(lines=5, label="Input Text") # customizes the input component
|
7 |
).launch()
|
|
|
2 |
|
3 |
|
4 |
|
5 |
+
gr.Interface.load("models/tonyassi/mgm",
|
6 |
inputs=gr.Textbox(lines=5, label="Input Text") # customizes the input component
|
7 |
).launch()
|