Spaces:
Runtime error
Runtime error
zaidimad
commited on
Commit
•
b0637bd
1
Parent(s):
abf38e4
use gr.load
Browse files
app.py
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
-
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
demo = gr.load("gradio/question-answering", src="spaces")
|
4 |
+
demo.launch()
|
|
|
|
|
|